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