Module: Aws::Resiliencehubv2::Client::_StartTestRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartTestRunResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#experiment_arns ⇒ ::Array[::String]
915 |
# File 'sig/client.rbs', line 915
def experiment_arns: () -> ::Array[::String]
|
#status ⇒ "INITIALIZING", ...
914 |
# File 'sig/client.rbs', line 914
def status: () -> ("INITIALIZING" | "RUNNING" | "STOPPING" | "PASSED" | "FAILED" | "STOPPED" | "ERROR")
|
#test_run_id ⇒ ::String
913 |
# File 'sig/client.rbs', line 913
def test_run_id: () -> ::String
|