Class: Aws::EC2::Types::InstanceExportDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceExportDetails
- Defined in:
- gems/aws-sdk-ec2/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.
43127 43128 43129 43130 43131 43132 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43127 class InstanceExportDetails < Struct.new( :instance_id, :target_environment) SENSITIVE = [] include Aws::Structure end |
#target_environment ⇒ String
The target virtualization environment.
43127 43128 43129 43130 43131 43132 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43127 class InstanceExportDetails < Struct.new( :instance_id, :target_environment) SENSITIVE = [] include Aws::Structure end |