Class: Aws::Types::WhatsAppSignupCallback
- Inherits:
-
Object
- Object
- Aws::Types::WhatsAppSignupCallback
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#callback_url ⇒ ::String
Returns the value of attribute callback_url.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
678 679 680 |
# File 'sig/types.rbs', line 678 def access_token @access_token end |
#callback_url ⇒ ::String
Returns the value of attribute callback_url.
679 680 681 |
# File 'sig/types.rbs', line 679 def callback_url @callback_url end |