Class: Aws::EC2::Types::ImportSnapshotTask
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ImportSnapshotTask
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an import snapshot task.
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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes an import snapshot task.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags for the import snapshot task.
 
Instance Attribute Details
#description ⇒ String
A description of the import snapshot task.
      42088 42089 42090 42091 42092 42093 42094 42095  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42088 class ImportSnapshotTask < 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.
      42088 42089 42090 42091 42092 42093 42094 42095  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42088 class ImportSnapshotTask < Struct.new( :description, :import_task_id, :snapshot_task_detail, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#snapshot_task_detail ⇒ Types::SnapshotTaskDetail
Describes an import snapshot task.
      42088 42089 42090 42091 42092 42093 42094 42095  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42088 class ImportSnapshotTask < Struct.new( :description, :import_task_id, :snapshot_task_detail, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags for the import snapshot task.
      42088 42089 42090 42091 42092 42093 42094 42095  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42088 class ImportSnapshotTask < Struct.new( :description, :import_task_id, :snapshot_task_detail, :tags) SENSITIVE = [] include Aws::Structure end  |