class Aws::Lightsail::Types::DiskSnapshot
Describes a block storage disk snapshot.
@!attribute [rw] name
The name of the disk snapshot (e.g., `my-disk-snapshot`). @return [String]
@!attribute [rw] arn
The Amazon Resource Name (ARN) of the disk snapshot. @return [String]
@!attribute [rw] support_code
The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily. @return [String]
@!attribute [rw] created_at
The date when the disk snapshot was created. @return [Time]
@!attribute [rw] location
The AWS Region and Availability Zone where the disk snapshot was created. @return [Types::ResourceLocation]
@!attribute [rw] resource_type
The Lightsail resource type (e.g., `DiskSnapshot`). @return [String]
@!attribute [rw] tags
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the [Amazon Lightsail Developer Guide][1]. [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags @return [Array<Types::Tag>]
@!attribute [rw] size_in_gb
The size of the disk in GB. @return [Integer]
@!attribute [rw] state
The status of the disk snapshot operation. @return [String]
@!attribute [rw] progress
The progress of the snapshot. @return [String]
@!attribute [rw] from_disk_name
The unique name of the source disk from which the disk snapshot was created. @return [String]
@!attribute [rw] from_disk_arn
The Amazon Resource Name (ARN) of the source disk from which the disk snapshot was created. @return [String]
@!attribute [rw] from_instance_name
The unique name of the source instance from which the disk (system volume) snapshot was created. @return [String]
@!attribute [rw] from_instance_arn
The Amazon Resource Name (ARN) of the source instance from which the disk (system volume) snapshot was created. @return [String]
@!attribute [rw] is_from_auto_snapshot
A Boolean value indicating whether the snapshot was created from an automatic snapshot. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DiskSnapshot AWS API Documentation
Constants
- SENSITIVE