Class: Aws::SocialMessaging::Types::ListWhatsAppTemplateLibraryOutput

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

#meta_library_templatesArray<Types::MetaLibraryTemplateDefinition>

A list of templates from Meta’s library.



882
883
884
885
886
887
# File 'lib/aws-sdk-socialmessaging/types.rb', line 882

class ListWhatsAppTemplateLibraryOutput < Struct.new(
  :meta_library_templates,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to retrieve the next page of results, if any.

Returns:

  • (String)


882
883
884
885
886
887
# File 'lib/aws-sdk-socialmessaging/types.rb', line 882

class ListWhatsAppTemplateLibraryOutput < Struct.new(
  :meta_library_templates,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end