NAME
Paws::EC2::Snapshot
ATTRIBUTES
DataEncryptionKeyId => Str
The data encryption key identifier for the snapshot. This value is a unique identifier that corresponds to the data encryption key that was used to encrypt the original volume or snapshot copy. Because data encryption keys are inherited by volumes created from snapshots, and vice versa, if snapshots share the same data encryption key identifier, then they belong to the same volume/snapshot lineage. This parameter is only returned by DescribeSnapshots.
Description => Str
The description for the snapshot.
Encrypted => Bool
Indicates whether the snapshot is encrypted.
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 parent volume.
OutpostArn => Str
The ARN of the AWS Outpost on which the snapshot is stored. For more information, see EBS Local Snapshot on Outposts (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/snapshots-outposts.html) in the Amazon Elastic Compute Cloud User Guide.
OwnerAlias => Str
The AWS owner alias, from an Amazon-maintained list (amazon
). This is not the user-configured AWS account alias set using the IAM console.
OwnerId => Str
The AWS account ID of the EBS snapshot owner.
Progress => Str
The progress of the snapshot, as a percentage.
SnapshotId => Str
The ID of the snapshot. Each snapshot receives a unique identifier when it is created.
StartTime => Str
The time stamp when the snapshot was initiated.
State => Str
The snapshot state.
Valid values are: "pending"
, "completed"
, "error"
=head2 StateMessage => Str
Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails (for example, if the proper AWS Key Management Service (AWS KMS) permissions are not obtained) this field displays error state details to help you diagnose why the error occurred. This parameter is only returned by DescribeSnapshots.
Tags => ArrayRef[Paws::EC2::Tag]
Any tags assigned to the snapshot.
VolumeId => Str
The ID of the volume that was used to create the snapshot. Snapshots created by the CopySnapshot action have an arbitrary volume ID that should not be used for any purpose.
VolumeSize => Int
The size of the volume, in GiB.