Class: Aws::SocialMessaging::Types::DisassociateWhatsAppBusinessAccountInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::DisassociateWhatsAppBusinessAccountInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of your WhatsApp Business Account.
Instance Attribute Details
#id ⇒ String
The unique identifier of your WhatsApp Business Account. WABA identifiers are formatted as ‘waba-01234567890123456789012345678901`. Use
- ListLinkedWhatsAppBusinessAccounts][1
-
to list all WABAs and their
details.
[1]: docs.aws.amazon.com/social-messaging/latest/APIReference/API_ListLinkedWhatsAppBusinessAccounts.html
142 143 144 145 146 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 142 class DisassociateWhatsAppBusinessAccountInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |