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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Details about the import snapshot task.

Constant Summary collapse

SENSITIVE =
[:url]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

The description of the disk image being imported.

Returns:

  • (String)


83406
83407
83408
83409
83410
83411
83412
83413
83414
83415
83416
83417
83418
83419
83420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83406

class SnapshotTaskDetail < Struct.new(
  :description,
  :disk_image_size,
  :encrypted,
  :format,
  :kms_key_id,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end

#disk_image_size ⇒ Float

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

Returns:

  • (Float)


83406
83407
83408
83409
83410
83411
83412
83413
83414
83415
83416
83417
83418
83419
83420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83406

class SnapshotTaskDetail < Struct.new(
  :description,
  :disk_image_size,
  :encrypted,
  :format,
  :kms_key_id,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end

#encrypted ⇒ Boolean

Indicates whether the snapshot is encrypted.

Returns:

  • (Boolean)


83406
83407
83408
83409
83410
83411
83412
83413
83414
83415
83416
83417
83418
83419
83420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83406

class SnapshotTaskDetail < Struct.new(
  :description,
  :disk_image_size,
  :encrypted,
  :format,
  :kms_key_id,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end

#format ⇒ String

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

Returns:

  • (String)


83406
83407
83408
83409
83410
83411
83412
83413
83414
83415
83416
83417
83418
83419
83420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83406

class SnapshotTaskDetail < Struct.new(
  :description,
  :disk_image_size,
  :encrypted,
  :format,
  :kms_key_id,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end

#kms_key_id ⇒ String

The identifier for the KMS key that was used to create the encrypted snapshot.

Returns:

  • (String)


83406
83407
83408
83409
83410
83411
83412
83413
83414
83415
83416
83417
83418
83419
83420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83406

class SnapshotTaskDetail < Struct.new(
  :description,
  :disk_image_size,
  :encrypted,
  :format,
  :kms_key_id,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end

#progress ⇒ String

The percentage of completion for the import snapshot task.

Returns:

  • (String)


83406
83407
83408
83409
83410
83411
83412
83413
83414
83415
83416
83417
83418
83419
83420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83406

class SnapshotTaskDetail < Struct.new(
  :description,
  :disk_image_size,
  :encrypted,
  :format,
  :kms_key_id,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end

#snapshot_id ⇒ String

The snapshot ID of the disk being imported.

Returns:

  • (String)


83406
83407
83408
83409
83410
83411
83412
83413
83414
83415
83416
83417
83418
83419
83420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83406

class SnapshotTaskDetail < Struct.new(
  :description,
  :disk_image_size,
  :encrypted,
  :format,
  :kms_key_id,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end

#status ⇒ String

A brief status for the import snapshot task.

Returns:

  • (String)


83406
83407
83408
83409
83410
83411
83412
83413
83414
83415
83416
83417
83418
83419
83420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83406

class SnapshotTaskDetail < Struct.new(
  :description,
  :disk_image_size,
  :encrypted,
  :format,
  :kms_key_id,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end

#status_message ⇒ String

A detailed status message for the import snapshot task.

Returns:

  • (String)


83406
83407
83408
83409
83410
83411
83412
83413
83414
83415
83416
83417
83418
83419
83420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83406

class SnapshotTaskDetail < Struct.new(
  :description,
  :disk_image_size,
  :encrypted,
  :format,
  :kms_key_id,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end

#url ⇒ String

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

Returns:

  • (String)


83406
83407
83408
83409
83410
83411
83412
83413
83414
83415
83416
83417
83418
83419
83420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83406

class SnapshotTaskDetail < Struct.new(
  :description,
  :disk_image_size,
  :encrypted,
  :format,
  :kms_key_id,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end

#user_bucket ⇒ Types::UserBucketDetails

The Amazon S3 bucket for the disk image.



83406
83407
83408
83409
83410
83411
83412
83413
83414
83415
83416
83417
83418
83419
83420
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83406

class SnapshotTaskDetail < Struct.new(
  :description,
  :disk_image_size,
  :encrypted,
  :format,
  :kms_key_id,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  SENSITIVE = [:url]
  include Aws::Structure
end