Class: Aws::EC2::Types::ImportVolumeTaskDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ImportVolumeTaskDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an import volume task.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #availability_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Availability Zone where the resulting volume will reside.
 - 
  
    
      #bytes_converted  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of bytes converted so far.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description you provided when starting the import volume task.
 - 
  
    
      #image  ⇒ Types::DiskImageDescription 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The image.
 - 
  
    
      #volume  ⇒ Types::DiskImageVolumeDescription 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The volume.
 
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone where the resulting volume will reside.
      42168 42169 42170 42171 42172 42173 42174 42175 42176  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42168 class ImportVolumeTaskDetails < Struct.new( :availability_zone, :bytes_converted, :description, :image, :volume) SENSITIVE = [] include Aws::Structure end  | 
  
#bytes_converted ⇒ Integer
The number of bytes converted so far.
      42168 42169 42170 42171 42172 42173 42174 42175 42176  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42168 class ImportVolumeTaskDetails < Struct.new( :availability_zone, :bytes_converted, :description, :image, :volume) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description you provided when starting the import volume task.
      42168 42169 42170 42171 42172 42173 42174 42175 42176  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42168 class ImportVolumeTaskDetails < Struct.new( :availability_zone, :bytes_converted, :description, :image, :volume) SENSITIVE = [] include Aws::Structure end  | 
  
#image ⇒ Types::DiskImageDescription
The image.
      42168 42169 42170 42171 42172 42173 42174 42175 42176  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42168 class ImportVolumeTaskDetails < Struct.new( :availability_zone, :bytes_converted, :description, :image, :volume) SENSITIVE = [] include Aws::Structure end  | 
  
#volume ⇒ Types::DiskImageVolumeDescription
The volume.
      42168 42169 42170 42171 42172 42173 42174 42175 42176  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 42168 class ImportVolumeTaskDetails < Struct.new( :availability_zone, :bytes_converted, :description, :image, :volume) SENSITIVE = [] include Aws::Structure end  |