Class: Aws::ComputeOptimizer::Types::GetRecommendationSummariesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-computeoptimizer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

The ID of the Amazon Web Services account for which to return recommendation summaries.

If your account is the management account of an organization, use this parameter to specify the member account for which you want to return recommendation summaries.

Only one account ID can be specified per request.

Returns:

  • (Array<String>)


3582
3583
3584
3585
3586
3587
3588
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3582

class GetRecommendationSummariesRequest < Struct.new(
  :account_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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.

Returns:

  • (Integer)


3582
3583
3584
3585
3586
3587
3588
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3582

class GetRecommendationSummariesRequest < Struct.new(
  :account_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to advance to the next page of recommendation summaries.

Returns:

  • (String)


3582
3583
3584
3585
3586
3587
3588
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3582

class GetRecommendationSummariesRequest < Struct.new(
  :account_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end