Class: Aws::Types::GetSessionEndpointOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionEndpointOutput
- 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.
-
#credentials ⇒ Types::Credentials
Returns the value of attribute credentials.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
Instance Attribute Details
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
587 588 589 |
# File 'sig/types.rbs', line 587 def auth_token @auth_token end |
#auth_token_expiration_time ⇒ ::Time
Returns the value of attribute auth_token_expiration_time.
588 589 590 |
# File 'sig/types.rbs', line 588 def auth_token_expiration_time @auth_token_expiration_time end |
#credentials ⇒ Types::Credentials
Returns the value of attribute credentials.
589 590 591 |
# File 'sig/types.rbs', line 589 def credentials @credentials end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
586 587 588 |
# File 'sig/types.rbs', line 586 def endpoint @endpoint end |