Class: Aws::Types::SendWhatsAppMessageInput
- Inherits:
-
Object
- Object
- Aws::Types::SendWhatsAppMessageInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#meta_api_version ⇒ ::String
Returns the value of attribute meta_api_version.
-
#origination_phone_number_id ⇒ ::String
Returns the value of attribute origination_phone_number_id.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
528 529 530 |
# File 'sig/types.rbs', line 528 def @message end |
#meta_api_version ⇒ ::String
Returns the value of attribute meta_api_version.
529 530 531 |
# File 'sig/types.rbs', line 529 def @meta_api_version end |
#origination_phone_number_id ⇒ ::String
Returns the value of attribute origination_phone_number_id.
527 528 529 |
# File 'sig/types.rbs', line 527 def origination_phone_number_id @origination_phone_number_id end |