Module: Aws::Connect::Client::_SearchTestCasesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchTestCasesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#approximate_total_count ⇒ ::Integer
4157 |
# File 'sig/client.rbs', line 4157
def approximate_total_count: () -> ::Integer
|
#next_token ⇒ ::String
4156 |
# File 'sig/client.rbs', line 4156
def next_token: () -> ::String
|
#test_cases ⇒ ::Array[Types::TestCase]
4155 |
# File 'sig/client.rbs', line 4155
def test_cases: () -> ::Array[Types::TestCase]
|