Class: Aws::Types::LinkedWhatsAppBusinessAccountIdMetaData
- Inherits:
-
Object
- Object
- Aws::Types::LinkedWhatsAppBusinessAccountIdMetaData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_name ⇒ ::String
Returns the value of attribute account_name.
-
#registration_status ⇒ "COMPLETE", "INCOMPLETE"
Returns the value of attribute registration_status.
-
#unregistered_whats_app_phone_numbers ⇒ ::Array[Types::WhatsAppPhoneNumberDetail]
Returns the value of attribute unregistered_whats_app_phone_numbers.
-
#waba_id ⇒ ::String
Returns the value of attribute waba_id.
Instance Attribute Details
#account_name ⇒ ::String
Returns the value of attribute account_name.
294 295 296 |
# File 'sig/types.rbs', line 294 def account_name @account_name end |
#registration_status ⇒ "COMPLETE", "INCOMPLETE"
Returns the value of attribute registration_status.
295 296 297 |
# File 'sig/types.rbs', line 295 def registration_status @registration_status end |
#unregistered_whats_app_phone_numbers ⇒ ::Array[Types::WhatsAppPhoneNumberDetail]
Returns the value of attribute unregistered_whats_app_phone_numbers.
296 297 298 |
# File 'sig/types.rbs', line 296 def unregistered_whats_app_phone_numbers @unregistered_whats_app_phone_numbers end |
#waba_id ⇒ ::String
Returns the value of attribute waba_id.
297 298 299 |
# File 'sig/types.rbs', line 297 def waba_id @waba_id end |