Class: Aws::ComputeOptimizer::Types::ECSSavingsEstimationMode
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::ECSSavingsEstimationMode
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the savings estimation mode used for calculating savings opportunity for Amazon ECS services.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ String
Describes the source for calculating the savings opportunity for Amazon ECS services.
Instance Attribute Details
#source ⇒ String
Describes the source for calculating the savings opportunity for Amazon ECS services.
886 887 888 889 890 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 886 class ECSSavingsEstimationMode < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |