Class: Aws::EC2::Types::BundleInstanceResult

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

Overview

Contains the output of BundleInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_taskTypes::BundleTask

Information about the bundle task.

Returns:



1937
1938
1939
1940
# File 'lib/aws-sdk-ec2/types.rb', line 1937

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