Class: Aws::SocialMessaging::Types::PutWhatsAppBusinessAccountEventDestinationsInput

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

#event_destinationsArray<Types::WhatsAppBusinessAccountEventDestination>

An array of WhatsAppBusinessAccountEventDestination event destinations.



550
551
552
553
554
555
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 550

class PutWhatsAppBusinessAccountEventDestinationsInput < Struct.new(
  :id,
  :event_destinations)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of your WhatsApp Business Account. WABA identifiers are formatted as waba-01234567890123456789012345678901. Use ListLinkedWhatsAppBusinessAccounts to list all WABAs and their details.

Returns:

  • (String)


550
551
552
553
554
555
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 550

class PutWhatsAppBusinessAccountEventDestinationsInput < Struct.new(
  :id,
  :event_destinations)
  SENSITIVE = []
  include Aws::Structure
end