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
show all
Defined in:
(unknown)

Overview

Describes the snapshot created from the imported disk.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the snapshot.

Returns:

  • (String)

    A description for the snapshot.

#device_nameString

The block device mapping for the snapshot.

Returns:

  • (String)

    The block device mapping for the snapshot.

#disk_image_sizeFloat

The size of the disk in the snapshot, in GiB.

Returns:

  • (Float)

    The size of the disk in the snapshot, in GiB.

#formatString

The format of the disk image from which the snapshot is created.

Returns:

  • (String)

    The format of the disk image from which the snapshot is created.

#progressString

The percentage of progress for the task.

Returns:

  • (String)

    The percentage of progress for the task.

#snapshot_idString

The snapshot ID of the disk being imported.

Returns:

  • (String)

    The snapshot ID of the disk being imported.

#statusString

A brief status of the snapshot creation.

Returns:

  • (String)

    A brief status of the snapshot creation.

#status_messageString

A detailed status message for the snapshot creation.

Returns:

  • (String)

    A detailed status message for the snapshot creation.

#urlString

The URL used to access the disk image.

Returns:

  • (String)

    The URL used to access the disk image.

#user_bucketTypes::UserBucketDetails

The Amazon S3 bucket for the disk image.

Returns: