Module: Aws::EMR::Client::_TerminateSessionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::TerminateSessionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#cluster_id ⇒ ::String
1035 |
# File 'sig/client.rbs', line 1035
def cluster_id: () -> ::String
|
#session_id ⇒ ::String
1036 |
# File 'sig/client.rbs', line 1036
def session_id: () -> ::String
|
#state ⇒ "SUBMITTED", ...
1037 |
# File 'sig/client.rbs', line 1037
def state: () -> ("SUBMITTED" | "STARTING" | "STARTED" | "IDLE" | "BUSY" | "TERMINATING" | "TERMINATED" | "FAILED")
|