Class: Aws::SocialMessaging::Types::WabaSetupFinalization

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb

Overview

The registration details for a linked WhatsApp Business Account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_destinationsArray<Types::WhatsAppBusinessAccountEventDestination>

The event destinations for the linked WhatsApp Business Account.



887
888
889
890
891
892
893
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 887

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

#idString

The ID of the linked WhatsApp Business Account, formatted as waba-01234567890123456789012345678901.

Returns:

  • (String)


887
888
889
890
891
892
893
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 887

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

#tagsArray<Types::Tag>

An array of key and value pair tags.

Returns:



887
888
889
890
891
892
893
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 887

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