You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::SnapshotDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SnapshotDetail
- Defined in:
- (unknown)
Overview
Describes the snapshot created from the imported disk.
Instance Attribute Summary collapse
-
#description ⇒ String
A description for the snapshot.
-
#device_name ⇒ String
The block device mapping for the snapshot.
-
#disk_image_size ⇒ Float
The size of the disk in the snapshot, in GiB.
-
#format ⇒ String
The format of the disk image from which the snapshot is created.
-
#progress ⇒ String
The percentage of progress for the task.
-
#snapshot_id ⇒ String
The snapshot ID of the disk being imported.
-
#status ⇒ String
A brief status of the snapshot creation.
-
#status_message ⇒ String
A detailed status message for the snapshot creation.
-
#url ⇒ String
The URL used to access the disk image.
-
#user_bucket ⇒ Types::UserBucketDetails
The Amazon S3 bucket for the disk image.
Instance Attribute Details
#description ⇒ String
A description for the snapshot.
#device_name ⇒ String
The block device mapping for the snapshot.
#disk_image_size ⇒ Float
The size of the disk in the snapshot, in GiB.
#format ⇒ String
The format of the disk image from which the snapshot is created.
#progress ⇒ String
The percentage of progress for the task.
#snapshot_id ⇒ String
The snapshot ID of the disk being imported.
#status ⇒ String
A brief status of the snapshot creation.
#status_message ⇒ String
A detailed status message for the snapshot creation.
#url ⇒ String
The URL used to access the disk image.
#user_bucket ⇒ Types::UserBucketDetails
The Amazon S3 bucket for the disk image.