Class: Aws::SocialMessaging::Types::WhatsAppSetupFinalization

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-socialmessaging/types.rb

Overview

The details of linking a WhatsApp Business Account to your Amazon Web Services account.

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)


1037
1038
1039
1040
1041
1042
1043
1044
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1037

class WhatsAppSetupFinalization < Struct.new(
  :associate_in_progress_token,
  :phone_numbers,
  :phone_number_parent,
  :waba)
  SENSITIVE = [:associate_in_progress_token]
  include Aws::Structure
end

#phone_number_parentString

Used to add a new phone number to an existing WhatsApp Business Account. This field can’t be used when the ‘waba` field is present.

Returns:

  • (String)


1037
1038
1039
1040
1041
1042
1043
1044
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1037

class WhatsAppSetupFinalization < Struct.new(
  :associate_in_progress_token,
  :phone_numbers,
  :phone_number_parent,
  :waba)
  SENSITIVE = [:associate_in_progress_token]
  include Aws::Structure
end

#phone_numbersArray<Types::WabaPhoneNumberSetupFinalization>

An array of WabaPhoneNumberSetupFinalization objects containing the details of each phone number associated with the WhatsApp Business Account.



1037
1038
1039
1040
1041
1042
1043
1044
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1037

class WhatsAppSetupFinalization < Struct.new(
  :associate_in_progress_token,
  :phone_numbers,
  :phone_number_parent,
  :waba)
  SENSITIVE = [:associate_in_progress_token]
  include Aws::Structure
end

#wabaTypes::WabaSetupFinalization

Used to create a new WhatsApp Business Account and add a phone number. This field can’t be used when the ‘phoneNumberParent` field is present.



1037
1038
1039
1040
1041
1042
1043
1044
# File 'lib/aws-sdk-socialmessaging/types.rb', line 1037

class WhatsAppSetupFinalization < Struct.new(
  :associate_in_progress_token,
  :phone_numbers,
  :phone_number_parent,
  :waba)
  SENSITIVE = [:associate_in_progress_token]
  include Aws::Structure
end