Class: Aws::ComputeOptimizer::Types::EBSEffectiveRecommendationPreferences
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::EBSEffectiveRecommendationPreferences
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the effective recommendation preferences for Amazon EBS volumes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#savings_estimation_mode ⇒ Types::EBSSavingsEstimationMode
Describes the savings estimation mode preference applied for calculating savings opportunity for Amazon EBS volumes.
Instance Attribute Details
#savings_estimation_mode ⇒ Types::EBSSavingsEstimationMode
Describes the savings estimation mode preference applied for calculating savings opportunity for Amazon EBS volumes.
628 629 630 631 632 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 628 class EBSEffectiveRecommendationPreferences < Struct.new( :savings_estimation_mode) SENSITIVE = [] include Aws::Structure end |