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.
3242 3243 3244 |
# File 'sig/types.rbs', line 3242 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
3243 3244 3245 |
# File 'sig/types.rbs', line 3243 def @message end |
#target_customer_id ⇒ ::String
Returns the value of attribute target_customer_id.
3244 3245 3246 |
# File 'sig/types.rbs', line 3244 def target_customer_id @target_customer_id end |
#transfer_type ⇒ "OUTGOING", "INCOMING"
Returns the value of attribute transfer_type.
3245 3246 3247 |
# File 'sig/types.rbs', line 3245 def transfer_type @transfer_type end |