Class: Aws::EC2::Types::SnapshotTaskDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SnapshotTaskDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Details about the import snapshot task.
Constant Summary collapse
- SENSITIVE =
[:url]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the disk image being imported.
-
#disk_image_size ⇒ Float
The size of the disk in the snapshot, in GiB.
-
#encrypted ⇒ Boolean
Indicates whether the snapshot is encrypted.
-
#format ⇒ String
The format of the disk image from which the snapshot is created.
-
#kms_key_id ⇒ String
The identifier for the KMS key that was used to create the encrypted snapshot.
-
#progress ⇒ String
The percentage of completion for the import snapshot task.
-
#snapshot_id ⇒ String
The snapshot ID of the disk being imported.
-
#status ⇒ String
A brief status for the import snapshot task.
-
#status_message ⇒ String
A detailed status message for the import snapshot task.
-
#url ⇒ String
The URL of the disk image from which the snapshot is created.
-
#user_bucket ⇒ Types::UserBucketDetails
The Amazon S3 bucket for the disk image.
Instance Attribute Details
#description ⇒ String
The description of the disk image being imported.
62106 62107 62108 62109 62110 62111 62112 62113 62114 62115 62116 62117 62118 62119 62120 |
# File 'lib/aws-sdk-ec2/types.rb', line 62106 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_size ⇒ Float
The size of the disk in the snapshot, in GiB.
62106 62107 62108 62109 62110 62111 62112 62113 62114 62115 62116 62117 62118 62119 62120 |
# File 'lib/aws-sdk-ec2/types.rb', line 62106 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 |
#encrypted ⇒ Boolean
Indicates whether the snapshot is encrypted.
62106 62107 62108 62109 62110 62111 62112 62113 62114 62115 62116 62117 62118 62119 62120 |
# File 'lib/aws-sdk-ec2/types.rb', line 62106 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 |
#format ⇒ String
The format of the disk image from which the snapshot is created.
62106 62107 62108 62109 62110 62111 62112 62113 62114 62115 62116 62117 62118 62119 62120 |
# File 'lib/aws-sdk-ec2/types.rb', line 62106 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_id ⇒ String
The identifier for the KMS key that was used to create the encrypted snapshot.
62106 62107 62108 62109 62110 62111 62112 62113 62114 62115 62116 62117 62118 62119 62120 |
# File 'lib/aws-sdk-ec2/types.rb', line 62106 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 |
#progress ⇒ String
The percentage of completion for the import snapshot task.
62106 62107 62108 62109 62110 62111 62112 62113 62114 62115 62116 62117 62118 62119 62120 |
# File 'lib/aws-sdk-ec2/types.rb', line 62106 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_id ⇒ String
The snapshot ID of the disk being imported.
62106 62107 62108 62109 62110 62111 62112 62113 62114 62115 62116 62117 62118 62119 62120 |
# File 'lib/aws-sdk-ec2/types.rb', line 62106 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 ⇒ String
A brief status for the import snapshot task.
62106 62107 62108 62109 62110 62111 62112 62113 62114 62115 62116 62117 62118 62119 62120 |
# File 'lib/aws-sdk-ec2/types.rb', line 62106 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_message ⇒ String
A detailed status message for the import snapshot task.
62106 62107 62108 62109 62110 62111 62112 62113 62114 62115 62116 62117 62118 62119 62120 |
# File 'lib/aws-sdk-ec2/types.rb', line 62106 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 |
#url ⇒ String
The URL of the disk image from which the snapshot is created.
62106 62107 62108 62109 62110 62111 62112 62113 62114 62115 62116 62117 62118 62119 62120 |
# File 'lib/aws-sdk-ec2/types.rb', line 62106 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_bucket ⇒ Types::UserBucketDetails
The Amazon S3 bucket for the disk image.
62106 62107 62108 62109 62110 62111 62112 62113 62114 62115 62116 62117 62118 62119 62120 |
# File 'lib/aws-sdk-ec2/types.rb', line 62106 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 |