Class: Aws::EC2::Types::SnapshotDetail

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

Overview

Describes the snapshot created from the imported disk.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the snapshot.

Returns:

  • (String)


33531
33532
33533
33534
33535
33536
33537
33538
33539
33540
33541
33542
33543
# File 'lib/aws-sdk-ec2/types.rb', line 33531

class SnapshotDetail < Struct.new(
  :description,
  :device_name,
  :disk_image_size,
  :format,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  include Aws::Structure
end

#device_nameString

The block device mapping for the snapshot.

Returns:

  • (String)


33531
33532
33533
33534
33535
33536
33537
33538
33539
33540
33541
33542
33543
# File 'lib/aws-sdk-ec2/types.rb', line 33531

class SnapshotDetail < Struct.new(
  :description,
  :device_name,
  :disk_image_size,
  :format,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  include Aws::Structure
end

#disk_image_sizeFloat

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

Returns:

  • (Float)


33531
33532
33533
33534
33535
33536
33537
33538
33539
33540
33541
33542
33543
# File 'lib/aws-sdk-ec2/types.rb', line 33531

class SnapshotDetail < Struct.new(
  :description,
  :device_name,
  :disk_image_size,
  :format,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  include Aws::Structure
end

#formatString

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

Returns:

  • (String)


33531
33532
33533
33534
33535
33536
33537
33538
33539
33540
33541
33542
33543
# File 'lib/aws-sdk-ec2/types.rb', line 33531

class SnapshotDetail < Struct.new(
  :description,
  :device_name,
  :disk_image_size,
  :format,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  include Aws::Structure
end

#progressString

The percentage of progress for the task.

Returns:

  • (String)


33531
33532
33533
33534
33535
33536
33537
33538
33539
33540
33541
33542
33543
# File 'lib/aws-sdk-ec2/types.rb', line 33531

class SnapshotDetail < Struct.new(
  :description,
  :device_name,
  :disk_image_size,
  :format,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  include Aws::Structure
end

#snapshot_idString

The snapshot ID of the disk being imported.

Returns:

  • (String)


33531
33532
33533
33534
33535
33536
33537
33538
33539
33540
33541
33542
33543
# File 'lib/aws-sdk-ec2/types.rb', line 33531

class SnapshotDetail < Struct.new(
  :description,
  :device_name,
  :disk_image_size,
  :format,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  include Aws::Structure
end

#statusString

A brief status of the snapshot creation.

Returns:

  • (String)


33531
33532
33533
33534
33535
33536
33537
33538
33539
33540
33541
33542
33543
# File 'lib/aws-sdk-ec2/types.rb', line 33531

class SnapshotDetail < Struct.new(
  :description,
  :device_name,
  :disk_image_size,
  :format,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  include Aws::Structure
end

#status_messageString

A detailed status message for the snapshot creation.

Returns:

  • (String)


33531
33532
33533
33534
33535
33536
33537
33538
33539
33540
33541
33542
33543
# File 'lib/aws-sdk-ec2/types.rb', line 33531

class SnapshotDetail < Struct.new(
  :description,
  :device_name,
  :disk_image_size,
  :format,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  include Aws::Structure
end

#urlString

The URL used to access the disk image.

Returns:

  • (String)


33531
33532
33533
33534
33535
33536
33537
33538
33539
33540
33541
33542
33543
# File 'lib/aws-sdk-ec2/types.rb', line 33531

class SnapshotDetail < Struct.new(
  :description,
  :device_name,
  :disk_image_size,
  :format,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  include Aws::Structure
end

#user_bucketTypes::UserBucketDetails

The S3 bucket for the disk image.



33531
33532
33533
33534
33535
33536
33537
33538
33539
33540
33541
33542
33543
# File 'lib/aws-sdk-ec2/types.rb', line 33531

class SnapshotDetail < Struct.new(
  :description,
  :device_name,
  :disk_image_size,
  :format,
  :progress,
  :snapshot_id,
  :status,
  :status_message,
  :url,
  :user_bucket)
  include Aws::Structure
end