Class: Aws::SocialMessaging::Types::WabaSetupFinalization
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::WabaSetupFinalization
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
The registration details for a linked WhatsApp Business Account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_destinations ⇒ Array<Types::WhatsAppBusinessAccountEventDestination>
The event destinations for the linked WhatsApp Business Account.
-
#id ⇒ String
The ID of the linked WhatsApp Business Account, formatted as ‘waba-01234567890123456789012345678901`.
-
#tags ⇒ Array<Types::Tag>
An array of key and value pair tags.
Instance Attribute Details
#event_destinations ⇒ Array<Types::WhatsAppBusinessAccountEventDestination>
The event destinations for the linked WhatsApp Business Account.
891 892 893 894 895 896 897 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 891 class WabaSetupFinalization < Struct.new( :id, :event_destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the linked WhatsApp Business Account, formatted as ‘waba-01234567890123456789012345678901`.
891 892 893 894 895 896 897 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 891 class WabaSetupFinalization < Struct.new( :id, :event_destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of key and value pair tags.
891 892 893 894 895 896 897 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 891 class WabaSetupFinalization < Struct.new( :id, :event_destinations, :tags) SENSITIVE = [] include Aws::Structure end |