Class: Aws::SocialMessaging::Types::DeleteWhatsAppMessageTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::DeleteWhatsAppMessageTemplateInput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delete_all_languages ⇒ Boolean
If true, deletes all language versions of the template.
-
#id ⇒ String
The ID of the WhatsApp Business Account associated with this template.
-
#meta_template_id ⇒ String
The numeric ID of the template assigned by Meta.
-
#template_name ⇒ String
The name of the template to delete.
Instance Attribute Details
#delete_all_languages ⇒ Boolean
If true, deletes all language versions of the template.
247 248 249 250 251 252 253 254 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 247 class DeleteWhatsAppMessageTemplateInput < Struct.new( :meta_template_id, :delete_all_languages, :id, :template_name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the WhatsApp Business Account associated with this template.
247 248 249 250 251 252 253 254 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 247 class DeleteWhatsAppMessageTemplateInput < Struct.new( :meta_template_id, :delete_all_languages, :id, :template_name) SENSITIVE = [] include Aws::Structure end |
#meta_template_id ⇒ String
The numeric ID of the template assigned by Meta.
247 248 249 250 251 252 253 254 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 247 class DeleteWhatsAppMessageTemplateInput < Struct.new( :meta_template_id, :delete_all_languages, :id, :template_name) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the template to delete.
247 248 249 250 251 252 253 254 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 247 class DeleteWhatsAppMessageTemplateInput < Struct.new( :meta_template_id, :delete_all_languages, :id, :template_name) SENSITIVE = [] include Aws::Structure end |