NAME
Paws::EC2::Volume
ATTRIBUTES
Attachments => ArrayRef[Paws::EC2::VolumeAttachment]
Information about the volume attachments.
AvailabilityZone => Str
The Availability Zone for the volume.
CreateTime => Str
The time stamp when volume creation was initiated.
Encrypted => Bool
Indicates whether the volume is encrypted.
FastRestored => Bool
Indicates whether the volume was created using fast snapshot restore.
Iops => Int
The number of I/O operations per second (IOPS). For gp3
, io1
, and io2
volumes, this represents the number of IOPS that are provisioned for the volume. For gp2
volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
KmsKeyId => Str
The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to protect the volume encryption key for the volume.
MultiAttachEnabled => Bool
Indicates whether Amazon EBS Multi-Attach is enabled.
OutpostArn => Str
The Amazon Resource Name (ARN) of the Outpost.
Size => Int
The size of the volume, in GiBs.
SnapshotId => Str
The snapshot from which the volume was created, if applicable.
State => Str
The volume state.
Valid values are: "creating"
, "available"
, "in-use"
, "deleting"
, "deleted"
, "error"
=head2 Tags => ArrayRef[Paws::EC2::Tag]
Any tags assigned to the volume.
Throughput => Int
The throughput that the volume supports, in MiB/s.
VolumeId => Str
The ID of the volume.
VolumeType => Str
The volume type.
Valid values are: "standard"
, "io1"
, "io2"
, "gp2"
, "sc1"
, "st1"
, "gp3"
=head2 _request_id => Str