Class: Aws::ComputeOptimizer::Types::InstanceSavingsEstimationMode
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::InstanceSavingsEstimationMode
- 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 EC2 instances.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ String
Describes the source for calculating the savings opportunity for Amazon EC2 instances.
Instance Attribute Details
#source ⇒ String
Describes the source for calculating the savings opportunity for Amazon EC2 instances.
4235 4236 4237 4238 4239 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4235 class InstanceSavingsEstimationMode < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |