Class: Aws::SocialMessaging::Types::ListLinkedWhatsAppBusinessAccountsInput

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

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


440
441
442
443
444
445
# File 'lib/aws-sdk-socialmessaging/types.rb', line 440

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

#next_tokenString

The next token for pagination.

Returns:

  • (String)


440
441
442
443
444
445
# File 'lib/aws-sdk-socialmessaging/types.rb', line 440

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