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 the DescribeSnapshots API operation.
Description => Str
The description for the snapshot.
Encrypted => Bool
Indicates whether the snapshot is encrypted.
KmsKeyId => Str
The full 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.
OwnerAlias => Str
The AWS account alias (for example, amazon, self) or AWS account ID that owns the snapshot.
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.
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 the DescribeSnapshots API operation.
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.
VolumeSize => Int
The size of the volume, in GiB.