Class: Aws::EC2::Types::SnapshotTaskDetail

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

Overview

Details about the import snapshot task.

Constant Summary collapse

SENSITIVE =
[:url]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the snapshot.

Returns:

  • (String)


61154
61155
61156
61157
61158
61159
61160
61161
61162
61163
61164
61165
61166
61167
61168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61154

class SnapshotTaskDetail < Struct.new(
  :description,
  :disk_image_size,
  :encrypted,
  :format,
  :kms_key_id,
  :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)


61154
61155
61156
61157
61158
61159
61160
61161
61162
61163
61164
61165
61166
61167
61168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61154

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

#encryptedBoolean

Indicates whether the snapshot is encrypted.

Returns:

  • (Boolean)


61154
61155
61156
61157
61158
61159
61160
61161
61162
61163
61164
61165
61166
61167
61168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61154

class SnapshotTaskDetail < Struct.new(
  :description,
  :disk_image_size,
  :encrypted,
  :format,
  :kms_key_id,
  :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)


61154
61155
61156
61157
61158
61159
61160
61161
61162
61163
61164
61165
61166
61167
61168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61154

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

#kms_key_idString

The identifier for the KMS key that was used to create the encrypted snapshot.

Returns:

  • (String)


61154
61155
61156
61157
61158
61159
61160
61161
61162
61163
61164
61165
61166
61167
61168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61154

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

#progressString

The percentage of completion for the import snapshot task.

Returns:

  • (String)


61154
61155
61156
61157
61158
61159
61160
61161
61162
61163
61164
61165
61166
61167
61168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61154

class SnapshotTaskDetail < Struct.new(
  :description,
  :disk_image_size,
  :encrypted,
  :format,
  :kms_key_id,
  :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)


61154
61155
61156
61157
61158
61159
61160
61161
61162
61163
61164
61165
61166
61167
61168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61154

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

#statusString

A brief status for the import snapshot task.

Returns:

  • (String)


61154
61155
61156
61157
61158
61159
61160
61161
61162
61163
61164
61165
61166
61167
61168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61154

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

#status_messageString

A detailed status message for the import snapshot task.

Returns:

  • (String)


61154
61155
61156
61157
61158
61159
61160
61161
61162
61163
61164
61165
61166
61167
61168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61154

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

#urlString

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

Returns:

  • (String)


61154
61155
61156
61157
61158
61159
61160
61161
61162
61163
61164
61165
61166
61167
61168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61154

class SnapshotTaskDetail < Struct.new(
  :description,
  :disk_image_size,
  :encrypted,
  :format,
  :kms_key_id,
  :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.



61154
61155
61156
61157
61158
61159
61160
61161
61162
61163
61164
61165
61166
61167
61168
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61154

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