Class: Aws::Types::ListResourceGroupingRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListResourceGroupingRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grouping_recommendations ⇒ ::Array[Types::GroupingRecommendation]
Returns the value of attribute grouping_recommendations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#grouping_recommendations ⇒ ::Array[Types::GroupingRecommendation]
Returns the value of attribute grouping_recommendations.
954 955 956 |
# File 'sig/types.rbs', line 954 def grouping_recommendations @grouping_recommendations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
955 956 957 |
# File 'sig/types.rbs', line 955 def next_token @next_token end |