You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::SnapshotTaskDetail

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Details about the import snapshot task.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the snapshot.

Returns:

  • (String)

    The description of 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.

#encryptedBoolean

Indicates whether the snapshot is encrypted.

Returns:

  • (Boolean)

    Indicates whether the snapshot is encrypted.

#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.

#kms_key_idString

The identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to create the encrypted snapshot.

Returns:

  • (String)

    The identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to create the encrypted snapshot.

#progressString

The percentage of completion for the import snapshot task.

Returns:

  • (String)

    The percentage of completion for the import snapshot 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 for the import snapshot task.

Returns:

  • (String)

    A brief status for the import snapshot task.

#status_messageString

A detailed status message for the import snapshot task.

Returns:

  • (String)

    A detailed status message for the import snapshot task.

#urlString

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

Returns:

  • (String)

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

#user_bucketTypes::UserBucketDetails

The Amazon S3 bucket for the disk image.

Returns: