Class: Aws::Types::GetIdentityCenterAuthTokenResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


362
363
364
# File 'sig/types.rbs', line 362

def expiration_time
  @expiration_time
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def token
  @token
end