Class: Aws::ComputeOptimizer::Types::RDSSavingsEstimationMode
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::RDSSavingsEstimationMode
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the savings estimation mode used for calculating savings opportunity for Amazon RDS.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ String
Describes the source for calculating the savings opportunity for Amazon RDS.
Instance Attribute Details
#source ⇒ String
Describes the source for calculating the savings opportunity for Amazon RDS.
5918 5919 5920 5921 5922 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5918 class RDSSavingsEstimationMode < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |