Class: Aws::SocialMessaging::Types::GetWhatsAppMessageTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::GetWhatsAppMessageTemplateInput
- 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_language_code ⇒ String
The language code of the message template (for example,
enoren_US). -
#template_name ⇒ String
The name of the message template.
Instance Attribute Details
#id ⇒ String
The ID of the WhatsApp Business Account associated with this template.
451 452 453 454 455 456 457 458 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 451 class GetWhatsAppMessageTemplateInput < Struct.new( :meta_template_id, :id, :template_name, :template_language_code) SENSITIVE = [] include Aws::Structure end |
#meta_template_id ⇒ String
The numeric ID of the template assigned by Meta.
451 452 453 454 455 456 457 458 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 451 class GetWhatsAppMessageTemplateInput < Struct.new( :meta_template_id, :id, :template_name, :template_language_code) SENSITIVE = [] include Aws::Structure end |
#template_language_code ⇒ String
The language code of the message template (for example, en or
en_US). Use together with templateName as an alternative to
metaTemplateId to identify a template.
451 452 453 454 455 456 457 458 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 451 class GetWhatsAppMessageTemplateInput < Struct.new( :meta_template_id, :id, :template_name, :template_language_code) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the message template. Use together with
templateLanguageCode as an alternative to metaTemplateId to
identify a template.
451 452 453 454 455 456 457 458 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 451 class GetWhatsAppMessageTemplateInput < Struct.new( :meta_template_id, :id, :template_name, :template_language_code) SENSITIVE = [] include Aws::Structure end |