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:



9484
9485
9486
9487
# File 'lib/aws-sdk-ec2/types.rb', line 9484

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