Class: Aws::SocialMessaging::Types::CreateWhatsAppMessageTemplateInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the WhatsApp Business Account to associate with this template.

Returns:

  • (String)


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_definitionString

The complete template definition as a JSON blob.

Returns:

  • (String)


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