Class: Aws::SocialMessaging::Types::GetWhatsAppMessageTemplateInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 associated with this template.

Returns:

  • (String)


451
452
453
454
455
456
457
458
# File '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_idString

The numeric ID of the template assigned by Meta.

Returns:

  • (String)


451
452
453
454
455
456
457
458
# File '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_codeString

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.

Returns:

  • (String)


451
452
453
454
455
456
457
458
# File '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_nameString

The name of the message template. Use together with ‘templateLanguageCode` as an alternative to `metaTemplateId` to identify a template.

Returns:

  • (String)


451
452
453
454
455
456
457
458
# File '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