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

Inherits:
Struct
  • Object
show all
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 Attribute Details

#instance_idString

The ID of the resource being exported.

Returns:

  • (String)


39424
39425
39426
39427
39428
39429
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39424

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

#target_environmentString

The target virtualization environment.

Returns:

  • (String)


39424
39425
39426
39427
39428
39429
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39424

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