Class: Aws::ComputeOptimizer::Types::GetIdleRecommendationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetIdleRecommendationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
Return the idle resource recommendations to the specified Amazon Web Services account IDs.
-
#filters ⇒ Array<Types::IdleRecommendationFilter>
An array of objects to specify a filter that returns a more specific list of idle resource recommendations.
-
#max_results ⇒ Integer
The maximum number of idle resource recommendations to return with a single request.
-
#next_token ⇒ String
The token to advance to the next page of idle resource recommendations.
-
#order_by ⇒ Types::OrderBy
The order to sort the idle resource recommendations.
-
#resource_arns ⇒ Array<String>
The ARN that identifies the idle resource.
Instance Attribute Details
#account_ids ⇒ Array<String>
Return the idle resource recommendations to the specified Amazon Web Services account IDs.
If your account is the management account or the delegated administrator of an organization, use this parameter to return the idle resource recommendations to specific member accounts.
You can only specify one account ID per request.
3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3325 class GetIdleRecommendationsRequest < Struct.new( :resource_arns, :next_token, :max_results, :filters, :account_ids, :order_by) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::IdleRecommendationFilter>
An array of objects to specify a filter that returns a more specific list of idle resource recommendations.
3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3325 class GetIdleRecommendationsRequest < Struct.new( :resource_arns, :next_token, :max_results, :filters, :account_ids, :order_by) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of idle resource recommendations to return with a single request.
To retrieve the remaining results, make another request with the returned ‘nextToken` value.
3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3325 class GetIdleRecommendationsRequest < Struct.new( :resource_arns, :next_token, :max_results, :filters, :account_ids, :order_by) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to advance to the next page of idle resource recommendations.
3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3325 class GetIdleRecommendationsRequest < Struct.new( :resource_arns, :next_token, :max_results, :filters, :account_ids, :order_by) SENSITIVE = [] include Aws::Structure end |
#order_by ⇒ Types::OrderBy
The order to sort the idle resource recommendations.
3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3325 class GetIdleRecommendationsRequest < Struct.new( :resource_arns, :next_token, :max_results, :filters, :account_ids, :order_by) SENSITIVE = [] include Aws::Structure end |
#resource_arns ⇒ Array<String>
The ARN that identifies the idle resource.
3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3325 class GetIdleRecommendationsRequest < Struct.new( :resource_arns, :next_token, :max_results, :filters, :account_ids, :order_by) SENSITIVE = [] include Aws::Structure end |