Module: Aws::EMR::Client::_StartSessionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartSessionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_id ⇒ ::String
- #arn ⇒ ::String
- #cluster_id ⇒ ::String
- #id ⇒ ::String
- #state ⇒ "SUBMITTED", ...
Instance Method Details
#account_id ⇒ ::String
976 |
# File 'sig/client.rbs', line 976
def account_id: () -> ::String
|
#arn ⇒ ::String
975 |
# File 'sig/client.rbs', line 975
def arn: () -> ::String
|
#cluster_id ⇒ ::String
974 |
# File 'sig/client.rbs', line 974
def cluster_id: () -> ::String
|
#id ⇒ ::String
973 |
# File 'sig/client.rbs', line 973
def id: () -> ::String
|
#state ⇒ "SUBMITTED", ...
977 |
# File 'sig/client.rbs', line 977
def state: () -> ("SUBMITTED" | "STARTING" | "STARTED" | "IDLE" | "BUSY" | "TERMINATING" | "TERMINATED" | "FAILED")
|