Class: Aws::Types::InstanceExportDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


11444
11445
11446
# File 'sig/types.rbs', line 11444

def instance_id
  @instance_id
end

#target_environment"citrix", ...

Returns the value of attribute target_environment.

Returns:

  • ("citrix", "vmware", "microsoft")


11445
11446
11447
# File 'sig/types.rbs', line 11445

def target_environment
  @target_environment
end