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
3424 |
# File 'sig/client.rbs', line 3424
def next_token: () -> ::String
|
#test_case_executions ⇒ ::Array[Types::TestCaseExecution]
3423 |
# File 'sig/client.rbs', line 3423
def test_case_executions: () -> ::Array[Types::TestCaseExecution]
|