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.
39197 39198 39199 39200 39201 39202 |
# File 'lib/aws-sdk-ec2/types.rb', line 39197 class InstanceExportDetails < Struct.new( :instance_id, :target_environment) SENSITIVE = [] include Aws::Structure end |
#target_environment ⇒ String
The target virtualization environment.
39197 39198 39199 39200 39201 39202 |
# File 'lib/aws-sdk-ec2/types.rb', line 39197 class InstanceExportDetails < Struct.new( :instance_id, :target_environment) SENSITIVE = [] include Aws::Structure end |