Class: Aws::ComputeOptimizerAutomation::Types::EbsVolume

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

Overview

Represents an Amazon EBS volume with its configuration and snapshot usage information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::EbsVolumeConfiguration

The configuration details of the EBS volume, including type, size, IOPS, and throughput.



705
706
707
708
709
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 705

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