Class: Aws::SocialMessaging::Types::ListLinkedWhatsAppBusinessAccountsOutput

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

#linked_accountsArray<Types::LinkedWhatsAppBusinessAccountSummary>

A list of WhatsApp Business Accounts linked to your Amazon Web Services account.



453
454
455
456
457
458
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 453

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

#next_tokenString

The next token for pagination.

Returns:

  • (String)


453
454
455
456
457
458
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 453

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