Module: Aws::EMRServerless::Client::_GetSessionEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSessionEndpointResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #auth_token ⇒ ::String
- #auth_token_expires_at ⇒ ::Time
- #endpoint ⇒ ::String
- #session_id ⇒ ::String
Instance Method Details
#application_id ⇒ ::String
235 |
# File 'sig/client.rbs', line 235
def application_id: () -> ::String
|
#auth_token ⇒ ::String
238 |
# File 'sig/client.rbs', line 238
def auth_token: () -> ::String
|
#auth_token_expires_at ⇒ ::Time
239 |
# File 'sig/client.rbs', line 239
def auth_token_expires_at: () -> ::Time
|
#endpoint ⇒ ::String
237 |
# File 'sig/client.rbs', line 237
def endpoint: () -> ::String
|
#session_id ⇒ ::String
236 |
# File 'sig/client.rbs', line 236
def session_id: () -> ::String
|