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.
4199 4200 4201 4202 4203 |
# File 'lib/aws-sdk-ec2/types.rb', line 4199 class CancelBundleTaskResult < Struct.new( :bundle_task) SENSITIVE = [] include Aws::Structure end |