Class: Aws::SocialMessaging::Types::GetLinkedWhatsAppBusinessAccountPhoneNumberOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::GetLinkedWhatsAppBusinessAccountPhoneNumberOutput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#call_settings ⇒ Types::WhatsAppCallSettings
The calling settings configured for the phone number.
-
#linked_whats_app_business_account_id ⇒ String
The WABA identifier linked to the phone number, formatted as
waba-01234567890123456789012345678901. -
#phone_number ⇒ Types::WhatsAppPhoneNumberDetail
The details of your WhatsApp phone number.
Instance Attribute Details
#call_settings ⇒ Types::WhatsAppCallSettings
The calling settings configured for the phone number. This value is absent when calling is not configured.
517 518 519 520 521 522 523 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 517 class GetLinkedWhatsAppBusinessAccountPhoneNumberOutput < Struct.new( :phone_number, :linked_whats_app_business_account_id, :call_settings) SENSITIVE = [] include Aws::Structure end |
#linked_whats_app_business_account_id ⇒ String
The WABA identifier linked to the phone number, formatted as
waba-01234567890123456789012345678901.
517 518 519 520 521 522 523 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 517 class GetLinkedWhatsAppBusinessAccountPhoneNumberOutput < Struct.new( :phone_number, :linked_whats_app_business_account_id, :call_settings) SENSITIVE = [] include Aws::Structure end |
#phone_number ⇒ Types::WhatsAppPhoneNumberDetail
The details of your WhatsApp phone number.
517 518 519 520 521 522 523 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 517 class GetLinkedWhatsAppBusinessAccountPhoneNumberOutput < Struct.new( :phone_number, :linked_whats_app_business_account_id, :call_settings) SENSITIVE = [] include Aws::Structure end |