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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-socialmessaging/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)


1027
1028
1029
1030
1031
1032
1033
1034
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1027

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)


1027
1028
1029
1030
1031
1032
1033
1034
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1027

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.



1027
1028
1029
1030
1031
1032
1033
1034
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1027

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.



1027
1028
1029
1030
1031
1032
1033
1034
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1027

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