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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/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>)


3292
3293
3294
3295
3296
3297
3298
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3292

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)


3292
3293
3294
3295
3296
3297
3298
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3292

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)


3292
3293
3294
3295
3296
3297
3298
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3292

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