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]

Returns:

  • (::Array[::String])


876
# File 'sig/client.rbs', line 876

def experiment_arns: () -> ::Array[::String]

#status"INITIALIZING", ...

Returns:

  • ("INITIALIZING", "RUNNING", "STOPPING", "PASSED", "FAILED", "STOPPED", "ERROR")


875
# File 'sig/client.rbs', line 875

def status: () -> ("INITIALIZING" | "RUNNING" | "STOPPING" | "PASSED" | "FAILED" | "STOPPED" | "ERROR")

#test_run_id::String

Returns:

  • (::String)


874
# File 'sig/client.rbs', line 874

def test_run_id: () -> ::String