Class: Aws::SocialMessaging::Types::CreateWhatsAppMessageTemplateFromLibraryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::CreateWhatsAppMessageTemplateFromLibraryInput
- 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 to associate with this template.
-
#meta_library_template ⇒ Types::MetaLibraryTemplate
The template configuration from Meta's library, including customizations for buttons and body text.
Instance Attribute Details
#id ⇒ String
The ID of the WhatsApp Business Account to associate with this template.
86 87 88 89 90 91 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 86 class CreateWhatsAppMessageTemplateFromLibraryInput < Struct.new( :meta_library_template, :id) SENSITIVE = [] include Aws::Structure end |
#meta_library_template ⇒ Types::MetaLibraryTemplate
The template configuration from Meta's library, including customizations for buttons and body text.
86 87 88 89 90 91 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 86 class CreateWhatsAppMessageTemplateFromLibraryInput < Struct.new( :meta_library_template, :id) SENSITIVE = [] include Aws::Structure end |