Class: Aws::EC2::Types::BundleTask
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::BundleTask
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a bundle task.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bundle_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the bundle task.
 - 
  
    
      #bundle_task_error  ⇒ Types::BundleTaskError 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If the task fails, a description of the error.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the instance associated with this bundle task.
 - 
  
    
      #progress  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The level of task completion, as a percent (for example, 20%).
 - 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time this task started.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the task.
 - 
  
    
      #storage  ⇒ Types::Storage 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 storage locations.
 - 
  
    
      #update_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time of the most recent update for the task.
 
Instance Attribute Details
#bundle_id ⇒ String
The ID of the bundle task.
      4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4020 class BundleTask < Struct.new( :instance_id, :bundle_id, :state, :start_time, :update_time, :storage, :progress, :bundle_task_error) SENSITIVE = [] include Aws::Structure end  | 
  
#bundle_task_error ⇒ Types::BundleTaskError
If the task fails, a description of the error.
      4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4020 class BundleTask < Struct.new( :instance_id, :bundle_id, :state, :start_time, :update_time, :storage, :progress, :bundle_task_error) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_id ⇒ String
The ID of the instance associated with this bundle task.
      4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4020 class BundleTask < Struct.new( :instance_id, :bundle_id, :state, :start_time, :update_time, :storage, :progress, :bundle_task_error) SENSITIVE = [] include Aws::Structure end  | 
  
#progress ⇒ String
The level of task completion, as a percent (for example, 20%).
      4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4020 class BundleTask < Struct.new( :instance_id, :bundle_id, :state, :start_time, :update_time, :storage, :progress, :bundle_task_error) SENSITIVE = [] include Aws::Structure end  | 
  
#start_time ⇒ Time
The time this task started.
      4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4020 class BundleTask < Struct.new( :instance_id, :bundle_id, :state, :start_time, :update_time, :storage, :progress, :bundle_task_error) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the task.
      4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4020 class BundleTask < Struct.new( :instance_id, :bundle_id, :state, :start_time, :update_time, :storage, :progress, :bundle_task_error) SENSITIVE = [] include Aws::Structure end  | 
  
#storage ⇒ Types::Storage
The Amazon S3 storage locations.
      4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4020 class BundleTask < Struct.new( :instance_id, :bundle_id, :state, :start_time, :update_time, :storage, :progress, :bundle_task_error) SENSITIVE = [] include Aws::Structure end  | 
  
#update_time ⇒ Time
The time of the most recent update for the task.
      4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4020 class BundleTask < Struct.new( :instance_id, :bundle_id, :state, :start_time, :update_time, :storage, :progress, :bundle_task_error) SENSITIVE = [] include Aws::Structure end  |