Class: Aws::Types::TransferInputDevice
- Inherits:
-
Object
- Object
- Aws::Types::TransferInputDevice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#target_customer_id ⇒ ::String
Returns the value of attribute target_customer_id.
3220 3221 3222 |
# File 'sig/types.rbs', line 3220 def target_customer_id @target_customer_id end |
#target_region ⇒ ::String
Returns the value of attribute target_region.
3221 3222 3223 |
# File 'sig/types.rbs', line 3221 def target_region @target_region end |
#transfer_message ⇒ ::String
Returns the value of attribute transfer_message.
3222 3223 3224 |
# File 'sig/types.rbs', line 3222 def @transfer_message end |