Class: Aws::Types::CreateWhatsAppMessageTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateWhatsAppMessageTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#template_definition ⇒ ::String
Returns the value of attribute template_definition.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
75 76 77 |
# File 'sig/types.rbs', line 75 def id @id end |
#template_definition ⇒ ::String
Returns the value of attribute template_definition.
74 75 76 |
# File 'sig/types.rbs', line 74 def template_definition @template_definition end |