Class: Aws::SocialMessaging::Types::WhatsAppSignupCallbackResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::WhatsAppSignupCallbackResult
- Defined in:
- gems/aws-sdk-socialmessaging/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 byWhatsAppSetupFinalization
. -
#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
.
1064 1065 1066 1067 1068 1069 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1064 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.
1064 1065 1066 1067 1068 1069 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1064 class WhatsAppSignupCallbackResult < Struct.new( :associate_in_progress_token, :linked_accounts_with_incomplete_setup) SENSITIVE = [:associate_in_progress_token] include Aws::Structure end |