Class: Aws::Types::ListTestSetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTestSetsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#test_sets ⇒ ::Array[Types::TestSetSummary]
Returns the value of attribute test_sets.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def next_token @next_token end |
#test_sets ⇒ ::Array[Types::TestSetSummary]
Returns the value of attribute test_sets.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def test_sets @test_sets end |