Class: Aws::SocialMessaging::Types::LinkedWhatsAppBusinessAccountIdMetaData
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::LinkedWhatsAppBusinessAccountIdMetaData
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Contains your WhatsApp registration status and details of any unregistered WhatsApp phone number.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_name ⇒ String
The name of your account.
-
#registration_status ⇒ String
The registration status of the linked WhatsApp Business Account.
-
#unregistered_whats_app_phone_numbers ⇒ Array<Types::WhatsAppPhoneNumberDetail>
The details for unregistered WhatsApp phone numbers.
-
#waba_id ⇒ String
The Amazon Resource Name (ARN) of the WhatsApp Business Account ID.
Instance Attribute Details
#account_name ⇒ String
The name of your account.
376 377 378 379 380 381 382 383 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 376 class LinkedWhatsAppBusinessAccountIdMetaData < Struct.new( :account_name, :registration_status, :unregistered_whats_app_phone_numbers, :waba_id) SENSITIVE = [] include Aws::Structure end |
#registration_status ⇒ String
The registration status of the linked WhatsApp Business Account.
376 377 378 379 380 381 382 383 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 376 class LinkedWhatsAppBusinessAccountIdMetaData < Struct.new( :account_name, :registration_status, :unregistered_whats_app_phone_numbers, :waba_id) SENSITIVE = [] include Aws::Structure end |
#unregistered_whats_app_phone_numbers ⇒ Array<Types::WhatsAppPhoneNumberDetail>
The details for unregistered WhatsApp phone numbers.
376 377 378 379 380 381 382 383 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 376 class LinkedWhatsAppBusinessAccountIdMetaData < Struct.new( :account_name, :registration_status, :unregistered_whats_app_phone_numbers, :waba_id) SENSITIVE = [] include Aws::Structure end |
#waba_id ⇒ String
The Amazon Resource Name (ARN) of the WhatsApp Business Account ID.
376 377 378 379 380 381 382 383 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 376 class LinkedWhatsAppBusinessAccountIdMetaData < Struct.new( :account_name, :registration_status, :unregistered_whats_app_phone_numbers, :waba_id) SENSITIVE = [] include Aws::Structure end |