Class: Aws::SocialMessaging::Types::UpdateWhatsAppMessageTemplateInput

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 associated with this template.

Returns:

  • (String)


1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1330

class UpdateWhatsAppMessageTemplateInput < Struct.new(
  :id,
  :meta_template_id,
  :template_category,
  :template_components)
  SENSITIVE = []
  include Aws::Structure
end

#meta_template_idString

The numeric ID of the template assigned by Meta.

Returns:

  • (String)


1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1330

class UpdateWhatsAppMessageTemplateInput < Struct.new(
  :id,
  :meta_template_id,
  :template_category,
  :template_components)
  SENSITIVE = []
  include Aws::Structure
end

#template_categoryString

The new category for the template (for example, UTILITY or MARKETING).

Returns:

  • (String)


1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1330

class UpdateWhatsAppMessageTemplateInput < Struct.new(
  :id,
  :meta_template_id,
  :template_category,
  :template_components)
  SENSITIVE = []
  include Aws::Structure
end

#template_componentsString

The updated components of the template as a JSON blob (maximum 3000 characters).

Returns:

  • (String)


1330
1331
1332
1333
1334
1335
1336
1337
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1330

class UpdateWhatsAppMessageTemplateInput < Struct.new(
  :id,
  :meta_template_id,
  :template_category,
  :template_components)
  SENSITIVE = []
  include Aws::Structure
end