Class: Aws::SocialMessaging::Types::UpdateWhatsAppMessageTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::UpdateWhatsAppMessageTemplateInput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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_category ⇒ String
The new category for the template (for example, UTILITY or MARKETING).
-
#template_components ⇒ String
The updated components of the template as a JSON blob (maximum 3000 characters).
Instance Attribute Details
#id ⇒ String
The ID of the WhatsApp Business Account associated with this template.
1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1330 class UpdateWhatsAppMessageTemplateInput < Struct.new( :id, :meta_template_id, :template_category, :template_components) SENSITIVE = [] include Aws::Structure end |
#meta_template_id ⇒ String
The numeric ID of the template assigned by Meta.
1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1330 class UpdateWhatsAppMessageTemplateInput < Struct.new( :id, :meta_template_id, :template_category, :template_components) SENSITIVE = [] include Aws::Structure end |
#template_category ⇒ String
The new category for the template (for example, UTILITY or MARKETING).
1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1330 class UpdateWhatsAppMessageTemplateInput < Struct.new( :id, :meta_template_id, :template_category, :template_components) SENSITIVE = [] include Aws::Structure end |
#template_components ⇒ String
The updated components of the template as a JSON blob (maximum 3000 characters).
1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1330 class UpdateWhatsAppMessageTemplateInput < Struct.new( :id, :meta_template_id, :template_category, :template_components) SENSITIVE = [] include Aws::Structure end |