Class: Aws::SocialMessaging::Types::WhatsAppSignupCallbackResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::WhatsAppSignupCallbackResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Contains the results of WhatsAppSignupCallback.
Constant Summary collapse
- SENSITIVE =
[:associate_in_progress_token]
Instance Attribute Summary collapse
-
#associate_in_progress_token ⇒ String
An Amazon Web Services access token generated by ‘WhatsAppSignupCallback` and used by `WhatsAppSetupFinalization`.
-
#linked_accounts_with_incomplete_setup ⇒ Hash<String,Types::LinkedWhatsAppBusinessAccountIdMetaData>
A LinkedWhatsAppBusinessAccountIdMetaData object map containing the details of any WhatsAppBusiness accounts that have incomplete setup.
Instance Attribute Details
#associate_in_progress_token ⇒ String
An Amazon Web Services access token generated by ‘WhatsAppSignupCallback` and used by `WhatsAppSetupFinalization`.
1075 1076 1077 1078 1079 1080 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1075 class WhatsAppSignupCallbackResult < Struct.new( :associate_in_progress_token, :linked_accounts_with_incomplete_setup) SENSITIVE = [:associate_in_progress_token] include Aws::Structure end |
#linked_accounts_with_incomplete_setup ⇒ Hash<String,Types::LinkedWhatsAppBusinessAccountIdMetaData>
A LinkedWhatsAppBusinessAccountIdMetaData object map containing the details of any WhatsAppBusiness accounts that have incomplete setup.
1075 1076 1077 1078 1079 1080 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1075 class WhatsAppSignupCallbackResult < Struct.new( :associate_in_progress_token, :linked_accounts_with_incomplete_setup) SENSITIVE = [:associate_in_progress_token] include Aws::Structure end |