Module: Aws::Connect::Client::_ListTestCaseExecutionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListTestCaseExecutionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
3546 |
# File 'sig/client.rbs', line 3546
def next_token: () -> ::String
|
#test_case_executions ⇒ ::Array[Types::TestCaseExecution]
3545 |
# File 'sig/client.rbs', line 3545
def test_case_executions: () -> ::Array[Types::TestCaseExecution]
|