Class: Aws::ComputeOptimizer::Types::GetRDSDatabaseRecommendationsRequest

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>

Return the Amazon RDS 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 Amazon RDS recommendations to specific member accounts.

You can only specify one account ID per request.

Returns:

  • (Array<String>)


3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3615

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

#filtersArray<Types::RDSDBRecommendationFilter>

An array of objects to specify a filter that returns a more specific list of Amazon RDS recommendations.



3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3615

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

#max_resultsInteger

The maximum number of Amazon RDS recommendations to return with a single request.

To retrieve the remaining results, make another request with the returned ‘nextToken` value.

Returns:

  • (Integer)


3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3615

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

#next_tokenString

The token to advance to the next page of Amazon RDS recommendations.

Returns:

  • (String)


3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3615

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

#recommendation_preferencesTypes::RecommendationPreferences

Describes the recommendation preferences to return in the response of a GetAutoScalingGroupRecommendations, GetEC2InstanceRecommendations, GetEC2RecommendationProjectedMetrics, GetRDSDatabaseRecommendations, and GetRDSDatabaseRecommendationProjectedMetrics request.



3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3615

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

#resource_arnsArray<String>

The ARN that identifies the Amazon RDS.

The following is the format of the ARN:

‘arn:aws:rds:region:accountId:db:resourceName`

The following is the format of a DB Cluster ARN:

‘arn:aws:rds:region:accountId:cluster:resourceName`

Returns:

  • (Array<String>)


3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3615

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