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

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

Overview

Describes the snapshot created from the imported disk.

Constant Summary collapse

SENSITIVE =
[:url]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the snapshot.

Returns:

  • (String)


60951
60952
60953
60954
60955
60956
60957
60958
60959
60960
60961
60962
60963
60964
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60951

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

#device_nameString

The block device mapping for the snapshot.

Returns:

  • (String)


60951
60952
60953
60954
60955
60956
60957
60958
60959
60960
60961
60962
60963
60964
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60951

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

#disk_image_sizeFloat

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

Returns:

  • (Float)


60951
60952
60953
60954
60955
60956
60957
60958
60959
60960
60961
60962
60963
60964
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60951

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

#formatString

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

Returns:

  • (String)


60951
60952
60953
60954
60955
60956
60957
60958
60959
60960
60961
60962
60963
60964
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60951

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

#progressString

The percentage of progress for the task.

Returns:

  • (String)


60951
60952
60953
60954
60955
60956
60957
60958
60959
60960
60961
60962
60963
60964
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60951

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

#snapshot_idString

The snapshot ID of the disk being imported.

Returns:

  • (String)


60951
60952
60953
60954
60955
60956
60957
60958
60959
60960
60961
60962
60963
60964
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60951

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

#statusString

A brief status of the snapshot creation.

Returns:

  • (String)


60951
60952
60953
60954
60955
60956
60957
60958
60959
60960
60961
60962
60963
60964
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60951

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

#status_messageString

A detailed status message for the snapshot creation.

Returns:

  • (String)


60951
60952
60953
60954
60955
60956
60957
60958
60959
60960
60961
60962
60963
60964
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60951

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

#urlString

The URL used to access the disk image.

Returns:

  • (String)


60951
60952
60953
60954
60955
60956
60957
60958
60959
60960
60961
60962
60963
60964
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60951

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

#user_bucketTypes::UserBucketDetails

The Amazon S3 bucket for the disk image.



60951
60952
60953
60954
60955
60956
60957
60958
60959
60960
60961
60962
60963
60964
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60951

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