Class: Aws::Types::AuthorizationData
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizationData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_token ⇒ ::String
Returns the value of attribute authorization_token.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
Instance Attribute Details
#authorization_token ⇒ ::String
Returns the value of attribute authorization_token.
12 13 14 |
# File 'sig/types.rbs', line 12 def @authorization_token end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
13 14 15 |
# File 'sig/types.rbs', line 13 def expires_at @expires_at end |