Class: Aws::Types::ListTestExecutionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTestExecutionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#test_executions ⇒ ::Array[Types::TestExecutionSummary]
Returns the value of attribute test_executions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2588 2589 2590 |
# File 'sig/types.rbs', line 2588 def next_token @next_token end |
#test_executions ⇒ ::Array[Types::TestExecutionSummary]
Returns the value of attribute test_executions.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def test_executions @test_executions end |