Module: Aws::LexModelsV2::Client::_ListTestExecutionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListTestExecutionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
1839 |
# File 'sig/client.rbs', line 1839
def next_token: () -> ::String
|
#test_executions ⇒ ::Array[Types::TestExecutionSummary]
1838 |
# File 'sig/client.rbs', line 1838
def test_executions: () -> ::Array[Types::TestExecutionSummary]
|