Class: Aws::CostOptimizationHub::Types::EbsVolume

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb

Overview

Describes the Amazon Elastic Block Store volume configuration of the current and recommended resource configuration for a recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::EbsVolumeConfiguration

The Amazon Elastic Block Store volume configuration used for recommendations.



176
177
178
179
180
181
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 176

class EbsVolume < Struct.new(
  :configuration,
  :cost_calculation)
  SENSITIVE = []
  include Aws::Structure
end

#cost_calculationTypes::ResourceCostCalculation

Cost impact of the recommendation.



176
177
178
179
180
181
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 176

class EbsVolume < Struct.new(
  :configuration,
  :cost_calculation)
  SENSITIVE = []
  include Aws::Structure
end