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.
Instance Attribute Details
#access_token ⇒ String
The access token for your WhatsApp Business Account. The ‘accessToken` value is provided by Meta.
1055 1056 1057 1058 1059 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1055 class WhatsAppSignupCallback < Struct.new( :access_token) SENSITIVE = [] include Aws::Structure end |