Class: Aws::ComputeOptimizer::Types::EBSSavingsEstimationMode
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::EBSSavingsEstimationMode
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the savings estimation mode used for calculating savings opportunity for Amazon EBS volumes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ String
Describes the source for calculating the savings opportunity for Amazon EBS volumes.
Instance Attribute Details
#source ⇒ String
Describes the source for calculating the savings opportunity for Amazon EBS volumes.
714 715 716 717 718 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 714 class EBSSavingsEstimationMode < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |