Class: Aws::SocialMessaging::Types::WhatsAppSignupCallbackResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#associate_in_progress_tokenString

An Amazon Web Services access token generated by WhatsAppSignupCallback and used by WhatsAppSetupFinalization.

Returns:

  • (String)


1065
1066
1067
1068
1069
1070
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1065

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_setupHash<String,Types::LinkedWhatsAppBusinessAccountIdMetaData>

A LinkedWhatsAppBusinessAccountIdMetaData object map containing the details of any WhatsAppBusiness accounts that have incomplete setup.



1065
1066
1067
1068
1069
1070
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1065

class WhatsAppSignupCallbackResult < Struct.new(
  :associate_in_progress_token,
  :linked_accounts_with_incomplete_setup)
  SENSITIVE = [:associate_in_progress_token]
  include Aws::Structure
end