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)


22659
22660
22661
22662
22663
# File 'lib/aws-sdk-ec2/types.rb', line 22659

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

#target_environmentString

The target virtualization environment.

Returns:

  • (String)


22659
22660
22661
22662
22663
# File 'lib/aws-sdk-ec2/types.rb', line 22659

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