Module: Aws::EMR::Client::_GetSessionEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSessionEndpointOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auth_token ⇒ ::String
- #auth_token_expiration_time ⇒ ::Time
- #credentials ⇒ Types::Credentials
- #endpoint ⇒ ::String
Instance Method Details
#auth_token ⇒ ::String
429 |
# File 'sig/client.rbs', line 429
def auth_token: () -> ::String
|
#auth_token_expiration_time ⇒ ::Time
430 |
# File 'sig/client.rbs', line 430
def auth_token_expiration_time: () -> ::Time
|
#credentials ⇒ Types::Credentials
431 |
# File 'sig/client.rbs', line 431
def credentials: () -> Types::Credentials
|
#endpoint ⇒ ::String
428 |
# File 'sig/client.rbs', line 428
def endpoint: () -> ::String
|