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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the resource being exported.

Returns:

  • (String)


39533
39534
39535
39536
39537
39538
# File 'lib/aws-sdk-ec2/types.rb', line 39533

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

#target_environmentString

The target virtualization environment.

Returns:

  • (String)


39533
39534
39535
39536
39537
39538
# File 'lib/aws-sdk-ec2/types.rb', line 39533

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