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.
-
#proxy_endpoint ⇒ ::String
Returns the value of attribute proxy_endpoint.
Instance Attribute Details
#authorization_token ⇒ ::String
Returns the value of attribute authorization_token.
18 19 20 |
# File 'sig/types.rbs', line 18 def @authorization_token end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
19 20 21 |
# File 'sig/types.rbs', line 19 def expires_at @expires_at end |
#proxy_endpoint ⇒ ::String
Returns the value of attribute proxy_endpoint.
20 21 22 |
# File 'sig/types.rbs', line 20 def proxy_endpoint @proxy_endpoint end |