Class: Aws::SocialMessaging::Types::LinkedWhatsAppBusinessAccountIdMetaData
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::LinkedWhatsAppBusinessAccountIdMetaData
- Defined in:
- gems/aws-sdk-socialmessaging/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.
Instance Attribute Details
#account_name ⇒ String
The name of your account.
372 373 374 375 376 377 378 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 372 class LinkedWhatsAppBusinessAccountIdMetaData < Struct.new( :account_name, :registration_status, :unregistered_whats_app_phone_numbers) SENSITIVE = [] include Aws::Structure end |
#registration_status ⇒ String
The registration status of the linked WhatsApp Business Account.
372 373 374 375 376 377 378 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 372 class LinkedWhatsAppBusinessAccountIdMetaData < Struct.new( :account_name, :registration_status, :unregistered_whats_app_phone_numbers) SENSITIVE = [] include Aws::Structure end |
#unregistered_whats_app_phone_numbers ⇒ Array<Types::WhatsAppPhoneNumberDetail>
The details for unregistered WhatsApp phone numbers.
372 373 374 375 376 377 378 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 372 class LinkedWhatsAppBusinessAccountIdMetaData < Struct.new( :account_name, :registration_status, :unregistered_whats_app_phone_numbers) SENSITIVE = [] include Aws::Structure end |