Class: Aws::ComputeOptimizer::Types::RDSDatabaseProjectedMetric

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

#nameString

The name of the projected metric.

Returns:

  • (String)


5777
5778
5779
5780
5781
5782
5783
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5777

class RDSDatabaseProjectedMetric < Struct.new(
  :name,
  :timestamps,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#timestampsArray<Time>

The timestamps of the projected metric.

Returns:

  • (Array<Time>)


5777
5778
5779
5780
5781
5782
5783
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5777

class RDSDatabaseProjectedMetric < Struct.new(
  :name,
  :timestamps,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Float>

The values for the projected metric.

Returns:

  • (Array<Float>)


5777
5778
5779
5780
5781
5782
5783
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5777

class RDSDatabaseProjectedMetric < Struct.new(
  :name,
  :timestamps,
  :values)
  SENSITIVE = []
  include Aws::Structure
end