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)


61058
61059
61060
61061
61062
61063
61064
61065
61066
61067
61068
61069
61070
61071
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61058

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)


61058
61059
61060
61061
61062
61063
61064
61065
61066
61067
61068
61069
61070
61071
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61058

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)


61058
61059
61060
61061
61062
61063
61064
61065
61066
61067
61068
61069
61070
61071
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61058

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)


61058
61059
61060
61061
61062
61063
61064
61065
61066
61067
61068
61069
61070
61071
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61058

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)


61058
61059
61060
61061
61062
61063
61064
61065
61066
61067
61068
61069
61070
61071
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61058

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)


61058
61059
61060
61061
61062
61063
61064
61065
61066
61067
61068
61069
61070
61071
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61058

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)


61058
61059
61060
61061
61062
61063
61064
61065
61066
61067
61068
61069
61070
61071
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61058

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)


61058
61059
61060
61061
61062
61063
61064
61065
61066
61067
61068
61069
61070
61071
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61058

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)


61058
61059
61060
61061
61062
61063
61064
61065
61066
61067
61068
61069
61070
61071
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61058

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.



61058
61059
61060
61061
61062
61063
61064
61065
61066
61067
61068
61069
61070
61071
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61058

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