Class: Aws::SocialMessaging::Types::PutWhatsAppBusinessAccountEventDestinationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::PutWhatsAppBusinessAccountEventDestinationsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_destinations ⇒ Array<Types::WhatsAppBusinessAccountEventDestination>
An array of ‘WhatsAppBusinessAccountEventDestination` event destinations.
-
#id ⇒ String
The unique identifier of your WhatsApp Business Account.
Instance Attribute Details
#event_destinations ⇒ Array<Types::WhatsAppBusinessAccountEventDestination>
An array of ‘WhatsAppBusinessAccountEventDestination` event destinations.
555 556 557 558 559 560 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 555 class PutWhatsAppBusinessAccountEventDestinationsInput < Struct.new( :id, :event_destinations) SENSITIVE = [] include Aws::Structure end |
#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
555 556 557 558 559 560 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 555 class PutWhatsAppBusinessAccountEventDestinationsInput < Struct.new( :id, :event_destinations) SENSITIVE = [] include Aws::Structure end |