You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::BundleTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::BundleTask
- Defined in:
- (unknown)
Overview
Describes a bundle task.
Returned by:
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.
#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.
Possible values:
- pending
- waiting-for-shutdown
- bundling
- storing
- cancelling
- complete
- failed
#storage ⇒ Types::Storage
The Amazon S3 storage locations.
#update_time ⇒ Time
The time of the most recent update for the task.