Class: Aws::Types::DeleteWhatsAppMessageMediaInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteWhatsAppMessageMediaInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#media_id ⇒ ::String
Returns the value of attribute media_id.
-
#origination_phone_number_id ⇒ ::String
Returns the value of attribute origination_phone_number_id.
Instance Attribute Details
#media_id ⇒ ::String
Returns the value of attribute media_id.
107 108 109 |
# File 'sig/types.rbs', line 107 def media_id @media_id end |
#origination_phone_number_id ⇒ ::String
Returns the value of attribute origination_phone_number_id.
108 109 110 |
# File 'sig/types.rbs', line 108 def origination_phone_number_id @origination_phone_number_id end |