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", ...
4758 |
# File 'sig/client.rbs', line 4758
def status: () -> ("INITIATED" | "PASSED" | "FAILED" | "IN_PROGRESS" | "STOPPED")
|
#test_case_execution_id ⇒ ::String
4756 |
# File 'sig/client.rbs', line 4756
def test_case_execution_id: () -> ::String
|
#test_case_id ⇒ ::String
4757 |
# File 'sig/client.rbs', line 4757
def test_case_id: () -> ::String
|