Class: Aws::SocialMessaging::Types::LinkedWhatsAppBusinessAccountSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::LinkedWhatsAppBusinessAccountSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
The details of a linked WhatsApp Business Account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the linked WhatsApp Business Account.
-
#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`.
-
#link_date ⇒ Time
The date the WhatsApp Business Account was linked.
-
#registration_status ⇒ String
The registration status of the linked WhatsApp Business Account.
-
#waba_id ⇒ String
The WhatsApp Business Account ID provided by Meta.
-
#waba_name ⇒ String
The name of the linked WhatsApp Business Account.
Instance Attribute Details
#arn ⇒ String
The ARN of the linked WhatsApp Business Account.
418 419 420 421 422 423 424 425 426 427 428 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 418 class LinkedWhatsAppBusinessAccountSummary < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations) SENSITIVE = [] include Aws::Structure end |
#event_destinations ⇒ Array<Types::WhatsAppBusinessAccountEventDestination>
The event destinations for the linked WhatsApp Business Account.
418 419 420 421 422 423 424 425 426 427 428 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 418 class LinkedWhatsAppBusinessAccountSummary < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the linked WhatsApp Business Account, formatted as ‘waba-01234567890123456789012345678901`.
418 419 420 421 422 423 424 425 426 427 428 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 418 class LinkedWhatsAppBusinessAccountSummary < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations) SENSITIVE = [] include Aws::Structure end |
#link_date ⇒ Time
The date the WhatsApp Business Account was linked.
418 419 420 421 422 423 424 425 426 427 428 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 418 class LinkedWhatsAppBusinessAccountSummary < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations) SENSITIVE = [] include Aws::Structure end |
#registration_status ⇒ String
The registration status of the linked WhatsApp Business Account.
418 419 420 421 422 423 424 425 426 427 428 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 418 class LinkedWhatsAppBusinessAccountSummary < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations) SENSITIVE = [] include Aws::Structure end |
#waba_id ⇒ String
The WhatsApp Business Account ID provided by Meta.
418 419 420 421 422 423 424 425 426 427 428 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 418 class LinkedWhatsAppBusinessAccountSummary < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations) SENSITIVE = [] include Aws::Structure end |
#waba_name ⇒ String
The name of the linked WhatsApp Business Account.
418 419 420 421 422 423 424 425 426 427 428 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 418 class LinkedWhatsAppBusinessAccountSummary < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations) SENSITIVE = [] include Aws::Structure end |