Class: Aws::SocialMessaging::Types::GetLinkedWhatsAppBusinessAccountPhoneNumberOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::GetLinkedWhatsAppBusinessAccountPhoneNumberOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#linked_whats_app_business_account_id ⇒ String
The WABA identifier linked to the phone number, formatted as ‘waba-01234567890123456789012345678901`.
214 215 216 217 218 219 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 214 class GetLinkedWhatsAppBusinessAccountPhoneNumberOutput < Struct.new( :phone_number, :linked_whats_app_business_account_id) SENSITIVE = [] include Aws::Structure end |
#phone_number ⇒ Types::WhatsAppPhoneNumberDetail
The details of your WhatsApp phone number.
214 215 216 217 218 219 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 214 class GetLinkedWhatsAppBusinessAccountPhoneNumberOutput < Struct.new( :phone_number, :linked_whats_app_business_account_id) SENSITIVE = [] include Aws::Structure end |