Class: Aws::ComputeOptimizerAutomation::Types::EbsVolume
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::EbsVolume
- Includes:
- Structure
- Defined in:
- 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
-
#configuration ⇒ Types::EbsVolumeConfiguration
The configuration details of the EBS volume, including type, size, IOPS, and throughput.
Instance Attribute Details
#configuration ⇒ Types::EbsVolumeConfiguration
The configuration details of the EBS volume, including type, size, IOPS, and throughput.
705 706 707 708 709 |
# File 'lib/aws-sdk-computeoptimizerautomation/types.rb', line 705 class EbsVolume < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |