Class: Aws::Types::WhatsAppSignupCallbackResult
- Inherits:
-
Object
- Object
- Aws::Types::WhatsAppSignupCallbackResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associate_in_progress_token ⇒ ::String
Returns the value of attribute associate_in_progress_token.
-
#linked_accounts_with_incomplete_setup ⇒ ::Hash[::String, Types::LinkedWhatsAppBusinessAccountIdMetaData]
Returns the value of attribute linked_accounts_with_incomplete_setup.
Instance Attribute Details
#associate_in_progress_token ⇒ ::String
Returns the value of attribute associate_in_progress_token.
684 685 686 |
# File 'sig/types.rbs', line 684 def associate_in_progress_token @associate_in_progress_token end |
#linked_accounts_with_incomplete_setup ⇒ ::Hash[::String, Types::LinkedWhatsAppBusinessAccountIdMetaData]
Returns the value of attribute linked_accounts_with_incomplete_setup.
685 686 687 |
# File 'sig/types.rbs', line 685 def linked_accounts_with_incomplete_setup @linked_accounts_with_incomplete_setup end |