Class: Aws::SocialMessaging::Types::ListWhatsAppTemplateLibraryInput

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

#filtersHash<String,String>

Map of filters to apply (searchKey, topic, usecase, industry, language).

Returns:

  • (Hash<String,String>)


863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-socialmessaging/types.rb', line 863

class ListWhatsAppTemplateLibraryInput < Struct.new(
  :next_token,
  :max_results,
  :id,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the WhatsApp Business Account to list library templates for.

Returns:

  • (String)


863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-socialmessaging/types.rb', line 863

class ListWhatsAppTemplateLibraryInput < Struct.new(
  :next_token,
  :max_results,
  :id,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per page (1-100).

Returns:

  • (Integer)


863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-socialmessaging/types.rb', line 863

class ListWhatsAppTemplateLibraryInput < Struct.new(
  :next_token,
  :max_results,
  :id,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-socialmessaging/types.rb', line 863

class ListWhatsAppTemplateLibraryInput < Struct.new(
  :next_token,
  :max_results,
  :id,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end