Class: Aws::EC2::Types::InstanceExportDetails

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

Overview

Describes an instance to export.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the resource being exported.

Returns:

  • (String)


22507
22508
22509
22510
22511
# File 'lib/aws-sdk-ec2/types.rb', line 22507

class InstanceExportDetails < Struct.new(
  :instance_id,
  :target_environment)
  include Aws::Structure
end

#target_environmentString

The target virtualization environment.

Returns:

  • (String)


22507
22508
22509
22510
22511
# File 'lib/aws-sdk-ec2/types.rb', line 22507

class InstanceExportDetails < Struct.new(
  :instance_id,
  :target_environment)
  include Aws::Structure
end