class Aws::OpsWorks::Types::Volume
Describes an instance's Amazon EBS volume.
@!attribute [rw] volume_id
The volume ID. @return [String]
@!attribute [rw] ec2_volume_id
The Amazon EC2 volume ID. @return [String]
@!attribute [rw] name
The volume name. @return [String]
@!attribute [rw] raid_array_id
The RAID array ID. @return [String]
@!attribute [rw] instance_id
The instance ID. @return [String]
@!attribute [rw] status
The value returned by [DescribeVolumes][1]. [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeVolumes.html @return [String]
@!attribute [rw] size
The volume size. @return [Integer]
@!attribute [rw] device
The device name. @return [String]
@!attribute [rw] mount_point
The volume mount point. For example, "/mnt/disk1". @return [String]
@!attribute [rw] region
The AWS region. For more information about AWS regions, see [Regions and Endpoints][1]. [1]: https://docs.aws.amazon.com/general/latest/gr/rande.html @return [String]
@!attribute [rw] availability_zone
The volume Availability Zone. For more information, see [Regions and Endpoints][1]. [1]: https://docs.aws.amazon.com/general/latest/gr/rande.html @return [String]
@!attribute [rw] volume_type
The volume type. For more information, see [ Amazon EBS Volume Types][1]. * `standard` - Magnetic. Magnetic volumes must have a minimum size of 1 GiB and a maximum size of 1024 GiB. * `io1` - Provisioned IOPS (SSD). PIOPS volumes must have a minimum size of 4 GiB and a maximum size of 16384 GiB. * `gp2` - General Purpose (SSD). General purpose volumes must have a minimum size of 1 GiB and a maximum size of 16384 GiB. * `st1` - Throughput Optimized hard disk drive (HDD). Throughput optimized HDD volumes must have a minimum size of 500 GiB and a maximum size of 16384 GiB. * `sc1` - Cold HDD. Cold HDD volumes must have a minimum size of 500 GiB and a maximum size of 16384 GiB. [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html @return [String]
@!attribute [rw] iops
For PIOPS volumes, the IOPS per disk. @return [Integer]
@!attribute [rw] encrypted
Specifies whether an Amazon EBS volume is encrypted. For more information, see [Amazon EBS Encryption][1]. [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/Volume AWS API Documentation
Constants
- SENSITIVE