Class: Aws::Types::GetAutoScalingGroupRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAutoScalingGroupRecommendationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#auto_scaling_group_arns ⇒ ::Array[::String]
Returns the value of attribute auto_scaling_group_arns.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recommendation_preferences ⇒ Types::RecommendationPreferences
Returns the value of attribute recommendation_preferences.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
446 447 448 |
# File 'sig/types.rbs', line 446 def account_ids @account_ids end |
#auto_scaling_group_arns ⇒ ::Array[::String]
Returns the value of attribute auto_scaling_group_arns.
447 448 449 |
# File 'sig/types.rbs', line 447 def auto_scaling_group_arns @auto_scaling_group_arns end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
450 451 452 |
# File 'sig/types.rbs', line 450 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
449 450 451 |
# File 'sig/types.rbs', line 449 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
448 449 450 |
# File 'sig/types.rbs', line 448 def next_token @next_token end |
#recommendation_preferences ⇒ Types::RecommendationPreferences
Returns the value of attribute recommendation_preferences.
451 452 453 |
# File 'sig/types.rbs', line 451 def recommendation_preferences @recommendation_preferences end |