Class: Aws::EC2::Types::DescribeBundleTasksResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeBundleTasksResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bundle_tasks  ⇒ Array<Types::BundleTask> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the bundle tasks.
 
Instance Attribute Details
#bundle_tasks ⇒ Array<Types::BundleTask>
Information about the bundle tasks.
      18291 18292 18293 18294 18295  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 18291 class DescribeBundleTasksResult < Struct.new( :bundle_tasks) SENSITIVE = [] include Aws::Structure end  |