Module: Aws::Connect::Client::_StartTestCaseExecutionResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::StartTestCaseExecutionResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#status"INITIATED", ...

Returns:

  • ("INITIATED", "PASSED", "FAILED", "IN_PROGRESS", "STOPPED")


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

def status: () -> ("INITIATED" | "PASSED" | "FAILED" | "IN_PROGRESS" | "STOPPED")

#test_case_execution_id::String

Returns:

  • (::String)


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

def test_case_execution_id: () -> ::String

#test_case_id::String

Returns:

  • (::String)


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

def test_case_id: () -> ::String