Class: Aws::Types::ListTestRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTestRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#test_recommendations ⇒ ::Array[Types::TestRecommendation]
Returns the value of attribute test_recommendations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def next_token @next_token end |
#test_recommendations ⇒ ::Array[Types::TestRecommendation]
Returns the value of attribute test_recommendations.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def test_recommendations @test_recommendations end |