Class: Aws::EC2::Types::DescribeBundleTasksResult

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

Overview

Contains the output of DescribeBundleTasks.

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_tasksArray<Types::BundleTask>

Information about one or more bundle tasks.

Returns:



5526
5527
5528
5529
# File 'lib/aws-sdk-ec2/types.rb', line 5526

class DescribeBundleTasksResult < Struct.new(
  :bundle_tasks)
  include Aws::Structure
end