Class: Aws::Types::GetAuthorizationTokenResult
- Inherits:
-
Object
- Object
- Aws::Types::GetAuthorizationTokenResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_token ⇒ ::String
Returns the value of attribute authorization_token.
-
#expiration ⇒ ::Time
Returns the value of attribute expiration.
Instance Attribute Details
#authorization_token ⇒ ::String
Returns the value of attribute authorization_token.
357 358 359 |
# File 'sig/types.rbs', line 357 def @authorization_token end |
#expiration ⇒ ::Time
Returns the value of attribute expiration.
358 359 360 |
# File 'sig/types.rbs', line 358 def expiration @expiration end |