Class: Aws::Types::CreateWhatsAppMessageTemplateOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateWhatsAppMessageTemplateOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::String
Returns the value of attribute category.
-
#meta_template_id ⇒ ::String
Returns the value of attribute meta_template_id.
-
#template_status ⇒ ::String
Returns the value of attribute template_status.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
93 94 95 |
# File 'sig/types.rbs', line 93 def category @category end |
#meta_template_id ⇒ ::String
Returns the value of attribute meta_template_id.
91 92 93 |
# File 'sig/types.rbs', line 91 def @meta_template_id end |
#template_status ⇒ ::String
Returns the value of attribute template_status.
92 93 94 |
# File 'sig/types.rbs', line 92 def template_status @template_status end |