Class: Aws::Types::AssociateWhatsAppBusinessAccountOutput
- Inherits:
-
Object
- Object
- Aws::Types::AssociateWhatsAppBusinessAccountOutput
- 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.
-
#signup_callback_result ⇒ Types::WhatsAppSignupCallbackResult
Returns the value of attribute signup_callback_result.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
Instance Attribute Details
#linked_whats_app_business_account_id ⇒ ::String
Returns the value of attribute linked_whats_app_business_account_id.
30 31 32 |
# File 'sig/types.rbs', line 30 def linked_whats_app_business_account_id @linked_whats_app_business_account_id end |
#signup_callback_result ⇒ Types::WhatsAppSignupCallbackResult
Returns the value of attribute signup_callback_result.
28 29 30 |
# File 'sig/types.rbs', line 28 def signup_callback_result @signup_callback_result end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
29 30 31 |
# File 'sig/types.rbs', line 29 def status_code @status_code end |