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.
3224 3225 3226 |
# File 'sig/types.rbs', line 3224 def target_customer_id @target_customer_id end |
#target_region ⇒ ::String
Returns the value of attribute target_region.
3225 3226 3227 |
# File 'sig/types.rbs', line 3225 def target_region @target_region end |
#transfer_message ⇒ ::String
Returns the value of attribute transfer_message.
3226 3227 3228 |
# File 'sig/types.rbs', line 3226 def @transfer_message end |