Class: Aws::Types::TransferInputDeviceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_device_id::String

Returns the value of attribute input_device_id.

Returns:

  • (::String)


3227
3228
3229
# File 'sig/types.rbs', line 3227

def input_device_id
  @input_device_id
end

#target_customer_id::String

Returns the value of attribute target_customer_id.

Returns:

  • (::String)


3228
3229
3230
# File 'sig/types.rbs', line 3228

def target_customer_id
  @target_customer_id
end

#target_region::String

Returns the value of attribute target_region.

Returns:

  • (::String)


3229
3230
3231
# File 'sig/types.rbs', line 3229

def target_region
  @target_region
end

#transfer_message::String

Returns the value of attribute transfer_message.

Returns:

  • (::String)


3230
3231
3232
# File 'sig/types.rbs', line 3230

def transfer_message
  @transfer_message
end