Class: Aws::Types::ListTestCaseExecutionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTestCaseExecutionsResponse
- 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_executions ⇒ ::Array[Types::TestCaseExecution]
Returns the value of attribute test_case_executions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5470 5471 5472 |
# File 'sig/types.rbs', line 5470 def next_token @next_token end |
#test_case_executions ⇒ ::Array[Types::TestCaseExecution]
Returns the value of attribute test_case_executions.
5469 5470 5471 |
# File 'sig/types.rbs', line 5469 def test_case_executions @test_case_executions end |