Class: Aws::SocialMessaging::Types::WabaPhoneNumberSetupFinalization

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

Overview

The registration details for a linked phone number.

Constant Summary collapse

SENSITIVE =
[:two_factor_pin]

Instance Attribute Summary collapse

Instance Attribute Details

#data_localization_regionString

The two letter ISO region for the location of where Meta will store data.

**Asia–Pacific (APAC)**

  • Australia AU

  • Indonesia ID

  • India IN

  • Japan JP

  • Singapore SG

  • South Korea KR

Europe

  • Germany DE

  • Switzerland CH

  • United Kingdom GB

**Latin America (LATAM)**

  • Brazil BR

^

**Middle East and Africa (MEA)**

  • Bahrain BH

  • South Africa ZA

  • United Arab Emirates AE

**North America (NORAM)**

  • Canada CA

^

Returns:

  • (String)


865
866
867
868
869
870
871
872
# File 'lib/aws-sdk-socialmessaging/types.rb', line 865

class WabaPhoneNumberSetupFinalization < Struct.new(
  :id,
  :two_factor_pin,
  :data_localization_region,
  :tags)
  SENSITIVE = [:two_factor_pin]
  include Aws::Structure
end

#idString

The unique identifier of the originating phone number associated with the media. Phone number identifiers are formatted as ‘phone-number-id-01234567890123456789012345678901`. Use

GetLinkedWhatsAppBusinessAccount][1

to find a phone number’s id.

[1]: docs.aws.amazon.com/social-messaging/latest/APIReference/API_GetLinkedWhatsAppBusinessAccountPhoneNumber.html

Returns:

  • (String)


865
866
867
868
869
870
871
872
# File 'lib/aws-sdk-socialmessaging/types.rb', line 865

class WabaPhoneNumberSetupFinalization < Struct.new(
  :id,
  :two_factor_pin,
  :data_localization_region,
  :tags)
  SENSITIVE = [:two_factor_pin]
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of key and value pair tags.

Returns:



865
866
867
868
869
870
871
872
# File 'lib/aws-sdk-socialmessaging/types.rb', line 865

class WabaPhoneNumberSetupFinalization < Struct.new(
  :id,
  :two_factor_pin,
  :data_localization_region,
  :tags)
  SENSITIVE = [:two_factor_pin]
  include Aws::Structure
end

#two_factor_pinString

The PIN to use for two-step verification. To reset your PIN follow the directions in [Updating PIN] in the *WhatsApp Business Platform Cloud API Reference*.

[1]: developers.facebook.com/docs/whatsapp/cloud-api/reference/two-step-verification/#updating-pin

Returns:

  • (String)


865
866
867
868
869
870
871
872
# File 'lib/aws-sdk-socialmessaging/types.rb', line 865

class WabaPhoneNumberSetupFinalization < Struct.new(
  :id,
  :two_factor_pin,
  :data_localization_region,
  :tags)
  SENSITIVE = [:two_factor_pin]
  include Aws::Structure
end