Class: Aws::ComputeOptimizer::Types::RDSDatabaseRecommendedOptionProjectedMetric

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

Overview

Describes the projected metrics of an Amazon RDS recommendation option.

To determine the performance difference between your current Amazon RDS and the recommended option, compare the metric data of your service against its projected metric data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#projected_metricsArray<Types::RDSDatabaseProjectedMetric>

An array of objects that describe the projected metric.



6299
6300
6301
6302
6303
6304
6305
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6299

class RDSDatabaseRecommendedOptionProjectedMetric < Struct.new(
  :recommended_db_instance_class,
  :rank,
  :projected_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#rankInteger

The rank identifier of the RDS instance recommendation option.

Returns:

  • (Integer)


6299
6300
6301
6302
6303
6304
6305
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6299

class RDSDatabaseRecommendedOptionProjectedMetric < Struct.new(
  :recommended_db_instance_class,
  :rank,
  :projected_metrics)
  SENSITIVE = []
  include Aws::Structure
end

The recommended DB instance class for the Amazon RDS.

Returns:

  • (String)


6299
6300
6301
6302
6303
6304
6305
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6299

class RDSDatabaseRecommendedOptionProjectedMetric < Struct.new(
  :recommended_db_instance_class,
  :rank,
  :projected_metrics)
  SENSITIVE = []
  include Aws::Structure
end