SSH access credentials for a sandbox. token doubles as the SSH username and ssh_command embeds it, so inspection redacts both — read the fields directly to use them.
token
ssh_command
@type t() :: %ExDaytona.Sandbox.SshAccess{ expires_at: term(), ssh_command: term(), token: term() }