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