Class: Aws::EC2::Types::CancelBundleTaskResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CancelBundleTaskResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Contains the output of CancelBundleTask.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bundle_task  ⇒ Types::BundleTask 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the bundle task.
 
Instance Attribute Details
#bundle_task ⇒ Types::BundleTask
Information about the bundle task.
      4264 4265 4266 4267 4268  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4264 class CancelBundleTaskResult < Struct.new( :bundle_task) SENSITIVE = [] include Aws::Structure end  |