Class: Aws::Types::DeleteWhatsAppMessageTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteWhatsAppMessageTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_all_languages ⇒ Boolean
Returns the value of attribute delete_all_languages.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#meta_template_id ⇒ ::String
Returns the value of attribute meta_template_id.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#delete_all_languages ⇒ Boolean
Returns the value of attribute delete_all_languages.
119 120 121 |
# File 'sig/types.rbs', line 119 def delete_all_languages @delete_all_languages end |
#id ⇒ ::String
Returns the value of attribute id.
120 121 122 |
# File 'sig/types.rbs', line 120 def id @id end |
#meta_template_id ⇒ ::String
Returns the value of attribute meta_template_id.
118 119 120 |
# File 'sig/types.rbs', line 118 def @meta_template_id end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
121 122 123 |
# File 'sig/types.rbs', line 121 def template_name @template_name end |