Class: Aws::EC2::Types::ImportSnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ImportSnapshotResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the import snapshot task.
-
#import_task_id ⇒ String
The ID of the import snapshot task.
-
#snapshot_task_detail ⇒ Types::SnapshotTaskDetail
Information about the import snapshot task.
-
#tags ⇒ Array<Types::Tag>
Any tags assigned to the import snapshot task.
Instance Attribute Details
#description ⇒ String
A description of the import snapshot task.
49695 49696 49697 49698 49699 49700 49701 49702 |
# File 'lib/aws-sdk-ec2/types.rb', line 49695 class ImportSnapshotResult < Struct.new( :description, :import_task_id, :snapshot_task_detail, :tags) SENSITIVE = [] include Aws::Structure end |
#import_task_id ⇒ String
The ID of the import snapshot task.
49695 49696 49697 49698 49699 49700 49701 49702 |
# File 'lib/aws-sdk-ec2/types.rb', line 49695 class ImportSnapshotResult < Struct.new( :description, :import_task_id, :snapshot_task_detail, :tags) SENSITIVE = [] include Aws::Structure end |
#snapshot_task_detail ⇒ Types::SnapshotTaskDetail
Information about the import snapshot task.
49695 49696 49697 49698 49699 49700 49701 49702 |
# File 'lib/aws-sdk-ec2/types.rb', line 49695 class ImportSnapshotResult < Struct.new( :description, :import_task_id, :snapshot_task_detail, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Any tags assigned to the import snapshot task.
49695 49696 49697 49698 49699 49700 49701 49702 |
# File 'lib/aws-sdk-ec2/types.rb', line 49695 class ImportSnapshotResult < Struct.new( :description, :import_task_id, :snapshot_task_detail, :tags) SENSITIVE = [] include Aws::Structure end |