Class: Aws::Types::TransferInputDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::TransferInputDeviceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_device_id ⇒ ::String
Returns the value of attribute input_device_id.
-
#target_customer_id ⇒ ::String
Returns the value of attribute target_customer_id.
-
#target_region ⇒ ::String
Returns the value of attribute target_region.
-
#transfer_message ⇒ ::String
Returns the value of attribute transfer_message.
Instance Attribute Details
#input_device_id ⇒ ::String
Returns the value of attribute input_device_id.
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.
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.
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.
3230 3231 3232 |
# File 'sig/types.rbs', line 3230 def @transfer_message end |