Class: Aws::EC2::Types::CancelBundleTaskResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of CancelBundleTask.

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_taskTypes::BundleTask

Information about the bundle task.

Returns:



1589
1590
1591
1592
# File 'lib/aws-sdk-ec2/types.rb', line 1589

class CancelBundleTaskResult < Struct.new(
  :bundle_task)
  include Aws::Structure
end