Class: Aws::EC2::Types::BundleInstanceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::BundleInstanceResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the output of BundleInstance.
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.
3978 3979 3980 3981 3982 |
# File 'lib/aws-sdk-ec2/types.rb', line 3978 class BundleInstanceResult < Struct.new( :bundle_task) SENSITIVE = [] include Aws::Structure end |