Class: Aws::SocialMessaging::Types::ListWhatsAppMessageTemplatesInput

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 to list templates for.

Returns:

  • (String)


818
819
820
821
822
823
824
# File 'lib/aws-sdk-socialmessaging/types.rb', line 818

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

#max_resultsInteger

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

Returns:

  • (Integer)


818
819
820
821
822
823
824
# File 'lib/aws-sdk-socialmessaging/types.rb', line 818

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


818
819
820
821
822
823
824
# File 'lib/aws-sdk-socialmessaging/types.rb', line 818

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