Class: Aws::SocialMessaging::Types::CreateWhatsAppMessageTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::CreateWhatsAppMessageTemplateInput
- 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.
-
#template_definition ⇒ String
The complete template definition as a JSON blob.
Instance Attribute Details
#id ⇒ String
The ID of the WhatsApp Business Account to associate with this template.
127 128 129 130 131 132 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 127 class CreateWhatsAppMessageTemplateInput < Struct.new( :template_definition, :id) SENSITIVE = [] include Aws::Structure end |
#template_definition ⇒ String
The complete template definition as a JSON blob.
127 128 129 130 131 132 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 127 class CreateWhatsAppMessageTemplateInput < Struct.new( :template_definition, :id) SENSITIVE = [] include Aws::Structure end |