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

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)


433
434
435
436
437
438
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 433

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

#meta_template_idString

The numeric ID of the template assigned by Meta.

Returns:

  • (String)


433
434
435
436
437
438
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 433

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