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)


33811
33812
33813
33814
33815
33816
33817
33818
33819
33820
33821
33822
33823
# File 'lib/aws-sdk-ec2/types.rb', line 33811

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)


33811
33812
33813
33814
33815
33816
33817
33818
33819
33820
33821
33822
33823
# File 'lib/aws-sdk-ec2/types.rb', line 33811

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)


33811
33812
33813
33814
33815
33816
33817
33818
33819
33820
33821
33822
33823
# File 'lib/aws-sdk-ec2/types.rb', line 33811

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)


33811
33812
33813
33814
33815
33816
33817
33818
33819
33820
33821
33822
33823
# File 'lib/aws-sdk-ec2/types.rb', line 33811

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)


33811
33812
33813
33814
33815
33816
33817
33818
33819
33820
33821
33822
33823
# File 'lib/aws-sdk-ec2/types.rb', line 33811

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)


33811
33812
33813
33814
33815
33816
33817
33818
33819
33820
33821
33822
33823
# File 'lib/aws-sdk-ec2/types.rb', line 33811

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)


33811
33812
33813
33814
33815
33816
33817
33818
33819
33820
33821
33822
33823
# File 'lib/aws-sdk-ec2/types.rb', line 33811

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)


33811
33812
33813
33814
33815
33816
33817
33818
33819
33820
33821
33822
33823
# File 'lib/aws-sdk-ec2/types.rb', line 33811

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)


33811
33812
33813
33814
33815
33816
33817
33818
33819
33820
33821
33822
33823
# File 'lib/aws-sdk-ec2/types.rb', line 33811

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.



33811
33812
33813
33814
33815
33816
33817
33818
33819
33820
33821
33822
33823
# File 'lib/aws-sdk-ec2/types.rb', line 33811

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