Class: Aws::SocialMessaging::Types::WhatsAppSignupCallback
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::WhatsAppSignupCallback
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Contains the ‘accessToken` provided by Meta during signup.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_token ⇒ String
The access token for your WhatsApp Business Account.
-
#callback_url ⇒ String
The URL where WhatsApp will send callback notifications for this account.
Instance Attribute Details
#access_token ⇒ String
The access token for your WhatsApp Business Account. The ‘accessToken` value is provided by Meta.
1639 1640 1641 1642 1643 1644 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1639 class WhatsAppSignupCallback < Struct.new( :access_token, :callback_url) SENSITIVE = [] include Aws::Structure end |
#callback_url ⇒ String
The URL where WhatsApp will send callback notifications for this account.
1639 1640 1641 1642 1643 1644 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1639 class WhatsAppSignupCallback < Struct.new( :access_token, :callback_url) SENSITIVE = [] include Aws::Structure end |