Class: Aws::Types::GetLinkedWhatsAppBusinessAccountPhoneNumberOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetLinkedWhatsAppBusinessAccountPhoneNumberOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#linked_whats_app_business_account_id ⇒ ::String
Returns the value of attribute linked_whats_app_business_account_id.
-
#phone_number ⇒ Types::WhatsAppPhoneNumberDetail
Returns the value of attribute phone_number.
Instance Attribute Details
#linked_whats_app_business_account_id ⇒ ::String
Returns the value of attribute linked_whats_app_business_account_id.
167 168 169 |
# File 'sig/types.rbs', line 167 def linked_whats_app_business_account_id @linked_whats_app_business_account_id end |
#phone_number ⇒ Types::WhatsAppPhoneNumberDetail
Returns the value of attribute phone_number.
166 167 168 |
# File 'sig/types.rbs', line 166 def phone_number @phone_number end |