Class: Aws::SocialMessaging::Types::LinkedWhatsAppBusinessAccount
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::LinkedWhatsAppBusinessAccount
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
The details of your linked WhatsApp Business Account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the linked WhatsApp Business Account.
-
#dataset_id ⇒ String
The Meta Conversions API dataset ID associated with this 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.
-
#marketing_messages_onboarding_status ⇒ String
The onboarding status for the Marketing Messages API.
-
#phone_numbers ⇒ Array<Types::WhatsAppPhoneNumberSummary>
The phone numbers associated with the Linked WhatsApp Business Account.
-
#registration_status ⇒ String
The registration status of the linked WhatsApp Business Account.
-
#waba_id ⇒ String
The WhatsApp Business Account ID from 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.
1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1040 class LinkedWhatsAppBusinessAccount < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations, :marketing_messages_onboarding_status, :dataset_id, :phone_numbers) SENSITIVE = [] include Aws::Structure end |
#dataset_id ⇒ String
The Meta Conversions API dataset ID associated with this WhatsApp Business Account. This value is a numeric string of 10 to 20 digits. This field is not present when no dataset has been created for this account.
1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1040 class LinkedWhatsAppBusinessAccount < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations, :marketing_messages_onboarding_status, :dataset_id, :phone_numbers) SENSITIVE = [] include Aws::Structure end |
#event_destinations ⇒ Array<Types::WhatsAppBusinessAccountEventDestination>
The event destinations for the linked WhatsApp Business Account.
1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1040 class LinkedWhatsAppBusinessAccount < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations, :marketing_messages_onboarding_status, :dataset_id, :phone_numbers) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the linked WhatsApp Business Account, formatted as
waba-01234567890123456789012345678901.
1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1040 class LinkedWhatsAppBusinessAccount < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations, :marketing_messages_onboarding_status, :dataset_id, :phone_numbers) SENSITIVE = [] include Aws::Structure end |
#link_date ⇒ Time
The date the WhatsApp Business Account was linked.
1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1040 class LinkedWhatsAppBusinessAccount < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations, :marketing_messages_onboarding_status, :dataset_id, :phone_numbers) SENSITIVE = [] include Aws::Structure end |
#marketing_messages_onboarding_status ⇒ String
The onboarding status for the Marketing Messages API. This value is fetched from Meta and indicates whether the WhatsApp Business Account is onboarded for Meta's Marketing Messages API.
1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1040 class LinkedWhatsAppBusinessAccount < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations, :marketing_messages_onboarding_status, :dataset_id, :phone_numbers) SENSITIVE = [] include Aws::Structure end |
#phone_numbers ⇒ Array<Types::WhatsAppPhoneNumberSummary>
The phone numbers associated with the Linked WhatsApp Business Account.
1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1040 class LinkedWhatsAppBusinessAccount < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations, :marketing_messages_onboarding_status, :dataset_id, :phone_numbers) SENSITIVE = [] include Aws::Structure end |
#registration_status ⇒ String
The registration status of the linked WhatsApp Business Account.
1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1040 class LinkedWhatsAppBusinessAccount < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations, :marketing_messages_onboarding_status, :dataset_id, :phone_numbers) SENSITIVE = [] include Aws::Structure end |
#waba_id ⇒ String
The WhatsApp Business Account ID from meta.
1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1040 class LinkedWhatsAppBusinessAccount < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations, :marketing_messages_onboarding_status, :dataset_id, :phone_numbers) SENSITIVE = [] include Aws::Structure end |
#waba_name ⇒ String
The name of the linked WhatsApp Business Account.
1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1040 class LinkedWhatsAppBusinessAccount < Struct.new( :arn, :id, :waba_id, :registration_status, :link_date, :waba_name, :event_destinations, :marketing_messages_onboarding_status, :dataset_id, :phone_numbers) SENSITIVE = [] include Aws::Structure end |