Class: Aws::Types::GetSessionEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionEndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
-
#auth_token_expiration_time ⇒ ::Time
Returns the value of attribute auth_token_expiration_time.
-
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
Instance Attribute Details
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
557 558 559 |
# File 'sig/types.rbs', line 557 def auth_token @auth_token end |
#auth_token_expiration_time ⇒ ::Time
Returns the value of attribute auth_token_expiration_time.
558 559 560 |
# File 'sig/types.rbs', line 558 def auth_token_expiration_time @auth_token_expiration_time end |
#endpoint_url ⇒ ::String
Returns the value of attribute endpoint_url.
556 557 558 |
# File 'sig/types.rbs', line 556 def endpoint_url @endpoint_url end |