Class: Aws::Types::CreateWhatsAppMessageTemplateFromLibraryOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateWhatsAppMessageTemplateFromLibraryOutput
- 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.
69 70 71 |
# File 'sig/types.rbs', line 69 def category @category end |
#meta_template_id ⇒ ::String
Returns the value of attribute meta_template_id.
67 68 69 |
# File 'sig/types.rbs', line 67 def @meta_template_id end |
#template_status ⇒ ::String
Returns the value of attribute template_status.
68 69 70 |
# File 'sig/types.rbs', line 68 def template_status @template_status end |