You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ComputeOptimizer::Types::GetAutoScalingGroupRecommendationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetAutoScalingGroupRecommendationsRequest
- Defined in:
- (unknown)
Overview
When passing GetAutoScalingGroupRecommendationsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
account_ids: ["AccountId"],
auto_scaling_group_arns: ["AutoScalingGroupArn"],
next_token: "NextToken",
max_results: 1,
filters: [
{
name: "Finding", # accepts Finding, RecommendationSourceType
values: ["FilterValue"],
},
],
}
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The IDs of the AWS accounts for which to return Auto Scaling group recommendations.
-
#auto_scaling_group_arns ⇒ Array<String>
The Amazon Resource Name (ARN) of the Auto Scaling groups for which to return recommendations.
-
#filters ⇒ Array<Types::Filter>
An array of objects that describe a filter that returns a more specific list of Auto Scaling group recommendations.
-
#max_results ⇒ Integer
The maximum number of Auto Scaling group recommendations to return with a single request.
-
#next_token ⇒ String
The token to advance to the next page of Auto Scaling group recommendations.
Instance Attribute Details
#account_ids ⇒ Array<String>
The IDs of the AWS accounts for which to return Auto Scaling group recommendations.
If your account is the master account of an organization, use this parameter to specify the member accounts for which you want to return Auto Scaling group recommendations.
Only one account ID can be specified per request.
#auto_scaling_group_arns ⇒ Array<String>
The Amazon Resource Name (ARN) of the Auto Scaling groups for which to return recommendations.
#filters ⇒ Array<Types::Filter>
An array of objects that describe a filter that returns a more specific list of Auto Scaling group recommendations.
#max_results ⇒ Integer
The maximum number of Auto Scaling group recommendations to return with a single request.
To retrieve the remaining results, make another request with the
returned NextToken
value.
#next_token ⇒ String
The token to advance to the next page of Auto Scaling group recommendations.