You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ComputeOptimizer::Types::GetRecommendationSummariesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetRecommendationSummariesRequest
- Defined in:
- (unknown)
Overview
When passing GetRecommendationSummariesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
account_ids: ["AccountId"],
next_token: "NextToken",
max_results: 1,
}
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The IDs of the AWS accounts for which to return recommendation summaries.
-
#max_results ⇒ Integer
The maximum number of recommendation summaries to return with a single request.
-
#next_token ⇒ String
The token to advance to the next page of recommendation summaries.
Instance Attribute Details
#account_ids ⇒ Array<String>
The IDs of the AWS accounts for which to return recommendation summaries.
If your account is the master account of an organization, use this parameter to specify the member accounts for which you want to return recommendation summaries.
Only one account ID can be specified per request.
#max_results ⇒ Integer
The maximum number of recommendation summaries 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 recommendation summaries.