Class: Aws::Types::ListLinkedWhatsAppBusinessAccountsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListLinkedWhatsAppBusinessAccountsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#linked_accounts ⇒ ::Array[Types::LinkedWhatsAppBusinessAccountSummary]
Returns the value of attribute linked_accounts.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#linked_accounts ⇒ ::Array[Types::LinkedWhatsAppBusinessAccountSummary]
Returns the value of attribute linked_accounts.
321 322 323 |
# File 'sig/types.rbs', line 321 def linked_accounts @linked_accounts end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
322 323 324 |
# File 'sig/types.rbs', line 322 def next_token @next_token end |