Class: Aws::Types::ListTestCasesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTestCasesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#test_case_summary_list ⇒ ::Array[Types::TestCaseSummary]
Returns the value of attribute test_case_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5483 5484 5485 |
# File 'sig/types.rbs', line 5483 def next_token @next_token end |
#test_case_summary_list ⇒ ::Array[Types::TestCaseSummary]
Returns the value of attribute test_case_summary_list.
5482 5483 5484 |
# File 'sig/types.rbs', line 5482 def test_case_summary_list @test_case_summary_list end |