Class: Aws::ComputeOptimizer::Types::EBSEffectiveRecommendationPreferences

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#savings_estimation_modeTypes::EBSSavingsEstimationMode

Describes the savings estimation mode preference applied for calculating savings opportunity for Amazon EBS volumes.



598
599
600
601
602
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 598

class EBSEffectiveRecommendationPreferences < Struct.new(
  :savings_estimation_mode)
  SENSITIVE = []
  include Aws::Structure
end