Class: Aws::EC2::Types::InstanceExportDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceExportDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an instance to export.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The ID of the resource being exported.
-
#target_environment ⇒ String
The target virtualization environment.
Instance Attribute Details
#instance_id ⇒ String
The ID of the resource being exported.
42631 42632 42633 42634 42635 42636 |
# File 'lib/aws-sdk-ec2/types.rb', line 42631 class InstanceExportDetails < Struct.new( :instance_id, :target_environment) SENSITIVE = [] include Aws::Structure end |
#target_environment ⇒ String
The target virtualization environment.
42631 42632 42633 42634 42635 42636 |
# File 'lib/aws-sdk-ec2/types.rb', line 42631 class InstanceExportDetails < Struct.new( :instance_id, :target_environment) SENSITIVE = [] include Aws::Structure end |