Class: Aws::SocialMessaging::Types::CreateWhatsAppMessageTemplateFromLibraryInput

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)


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_templateTypes::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