Class: Aws::Types::GetAutoScalingGroupRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAutoScalingGroupRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_recommendations ⇒ ::Array[Types::AutoScalingGroupRecommendation]
Returns the value of attribute auto_scaling_group_recommendations.
-
#errors ⇒ ::Array[Types::GetRecommendationError]
Returns the value of attribute errors.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#auto_scaling_group_recommendations ⇒ ::Array[Types::AutoScalingGroupRecommendation]
Returns the value of attribute auto_scaling_group_recommendations.
457 458 459 |
# File 'sig/types.rbs', line 457 def auto_scaling_group_recommendations @auto_scaling_group_recommendations end |
#errors ⇒ ::Array[Types::GetRecommendationError]
Returns the value of attribute errors.
458 459 460 |
# File 'sig/types.rbs', line 458 def errors @errors end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
456 457 458 |
# File 'sig/types.rbs', line 456 def next_token @next_token end |