Class: Aws::SocialMessaging::Types::WhatsAppSetupFinalization
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::WhatsAppSetupFinalization
- 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
-
#associate_in_progress_token ⇒ String
An Amazon Web Services access token generated by ‘WhatsAppSignupCallback` and used by `WhatsAppSetupFinalization`.
-
#phone_number_parent ⇒ String
Used to add a new phone number to an existing WhatsApp Business Account.
-
#phone_numbers ⇒ Array<Types::WabaPhoneNumberSetupFinalization>
An array of WabaPhoneNumberSetupFinalization objects containing the details of each phone number associated with the WhatsApp Business Account.
-
#waba ⇒ Types::WabaSetupFinalization
Used to create a new WhatsApp Business Account and add a phone number.
Instance Attribute Details
#associate_in_progress_token ⇒ String
An Amazon Web Services access token generated by ‘WhatsAppSignupCallback` and used by `WhatsAppSetupFinalization`.
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_parent ⇒ String
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.
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_numbers ⇒ Array<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 |
#waba ⇒ Types::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 |