class Aws::ComputeOptimizer::Types::VolumeConfiguration

Describes the configuration of an Amazon Elastic Block Store (Amazon EBS) volume.

@!attribute [rw] volume_type

The volume type.

This can be `gp2` for General Purpose SSD, `io1` or `io2` for
Provisioned IOPS SSD, `st1` for Throughput Optimized HDD, `sc1` for
Cold HDD, or `standard` for Magnetic volumes.
@return [String]

@!attribute [rw] volume_size

The size of the volume, in GiB.
@return [Integer]

@!attribute [rw] volume_baseline_iops

The baseline IOPS of the volume.
@return [Integer]

@!attribute [rw] volume_burst_iops

The burst IOPS of the volume.
@return [Integer]

@!attribute [rw] volume_baseline_throughput

The baseline throughput of the volume.
@return [Integer]

@!attribute [rw] volume_burst_throughput

The burst throughput of the volume.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/VolumeConfiguration AWS API Documentation

Constants

SENSITIVE