Class: Aws::Types::GetIdentityCenterAuthTokenResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:token])

Instance Attribute Summary collapse

Instance Attribute Details

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def expiration_time
  @expiration_time
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def token
  @token
end