Class: Aws::Types::GetIdentityCenterAuthTokenResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetIdentityCenterAuthTokenResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def expiration_time @expiration_time end |
#token ⇒ ::String
Returns the value of attribute token.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def token @token end |