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.

Constant Summary collapse

SENSITIVE =
[:url]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the snapshot.

Returns:

  • (String)


61068
61069
61070
61071
61072
61073
61074
61075
61076
61077
61078
61079
61080
61081
# File 'lib/aws-sdk-ec2/types.rb', line 61068

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)


61068
61069
61070
61071
61072
61073
61074
61075
61076
61077
61078
61079
61080
61081
# File 'lib/aws-sdk-ec2/types.rb', line 61068

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)


61068
61069
61070
61071
61072
61073
61074
61075
61076
61077
61078
61079
61080
61081
# File 'lib/aws-sdk-ec2/types.rb', line 61068

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)


61068
61069
61070
61071
61072
61073
61074
61075
61076
61077
61078
61079
61080
61081
# File 'lib/aws-sdk-ec2/types.rb', line 61068

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)


61068
61069
61070
61071
61072
61073
61074
61075
61076
61077
61078
61079
61080
61081
# File 'lib/aws-sdk-ec2/types.rb', line 61068

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)


61068
61069
61070
61071
61072
61073
61074
61075
61076
61077
61078
61079
61080
61081
# File 'lib/aws-sdk-ec2/types.rb', line 61068

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)


61068
61069
61070
61071
61072
61073
61074
61075
61076
61077
61078
61079
61080
61081
# File 'lib/aws-sdk-ec2/types.rb', line 61068

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)


61068
61069
61070
61071
61072
61073
61074
61075
61076
61077
61078
61079
61080
61081
# File 'lib/aws-sdk-ec2/types.rb', line 61068

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)


61068
61069
61070
61071
61072
61073
61074
61075
61076
61077
61078
61079
61080
61081
# File 'lib/aws-sdk-ec2/types.rb', line 61068

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.



61068
61069
61070
61071
61072
61073
61074
61075
61076
61077
61078
61079
61080
61081
# File 'lib/aws-sdk-ec2/types.rb', line 61068

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