Class: Aws::ComputeOptimizerAutomation::Types::EbsVolumeConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::EbsVolumeConfiguration
- Defined in:
- gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
Configuration details for an Amazon EBS volume.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iops ⇒ Integer
The number of I/O operations per second (IOPS) provisioned for the volume.
-
#size_in_gib ⇒ Integer
The size of the EBS volume in gibibytes (GiB).
-
#throughput ⇒ Integer
The throughput in MiB/s provisioned for the volume (applicable to gp3, io1, and io2bx volumes).
-
#type ⇒ String
The EBS volume type, such as gp2, gp3, io1, io2, st1, or sc1.
Instance Attribute Details
#iops ⇒ Integer
The number of I/O operations per second (IOPS) provisioned for the volume.
733 734 735 736 737 738 739 740 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 733 class EbsVolumeConfiguration < Struct.new( :type, :size_in_gib, :iops, :throughput) SENSITIVE = [] include Aws::Structure end |
#size_in_gib ⇒ Integer
The size of the EBS volume in gibibytes (GiB).
733 734 735 736 737 738 739 740 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 733 class EbsVolumeConfiguration < Struct.new( :type, :size_in_gib, :iops, :throughput) SENSITIVE = [] include Aws::Structure end |
#throughput ⇒ Integer
The throughput in MiB/s provisioned for the volume (applicable to gp3, io1, and io2bx volumes).
733 734 735 736 737 738 739 740 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 733 class EbsVolumeConfiguration < Struct.new( :type, :size_in_gib, :iops, :throughput) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The EBS volume type, such as gp2, gp3, io1, io2, st1, or sc1.
733 734 735 736 737 738 739 740 |
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 733 class EbsVolumeConfiguration < Struct.new( :type, :size_in_gib, :iops, :throughput) SENSITIVE = [] include Aws::Structure end |