Class: Aws::Types::TransferringInputDeviceSummary
- Inherits:
-
Object
- Object
- Aws::Types::TransferringInputDeviceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#target_customer_id ⇒ ::String
Returns the value of attribute target_customer_id.
-
#transfer_type ⇒ "OUTGOING", "INCOMING"
Returns the value of attribute transfer_type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
3238 3239 3240 |
# File 'sig/types.rbs', line 3238 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
3239 3240 3241 |
# File 'sig/types.rbs', line 3239 def @message end |
#target_customer_id ⇒ ::String
Returns the value of attribute target_customer_id.
3240 3241 3242 |
# File 'sig/types.rbs', line 3240 def target_customer_id @target_customer_id end |
#transfer_type ⇒ "OUTGOING", "INCOMING"
Returns the value of attribute transfer_type.
3241 3242 3243 |
# File 'sig/types.rbs', line 3241 def transfer_type @transfer_type end |