Class: Aws::SocialMessaging::Types::WhatsAppPhoneNumberDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::WhatsAppPhoneNumberDetail
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
The details of your WhatsApp phone number.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the WhatsApp phone number.
-
#data_localization_region ⇒ String
The geographic region where the WhatsApp phone number's data is stored and processed.
-
#display_phone_number ⇒ String
The phone number that appears in the recipients display.
-
#display_phone_number_name ⇒ String
The display name for this phone number.
-
#meta_phone_number_id ⇒ String
The phone number ID from Meta.
-
#phone_number ⇒ String
The phone number for sending WhatsApp.
-
#phone_number_id ⇒ String
The phone number ID.
-
#quality_rating ⇒ String
The quality rating of the phone number.
Instance Attribute Details
#arn ⇒ String
The ARN of the WhatsApp phone number.
1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1524 class WhatsAppPhoneNumberDetail < Struct.new( :arn, :phone_number, :phone_number_id, :meta_phone_number_id, :display_phone_number_name, :display_phone_number, :quality_rating, :data_localization_region) SENSITIVE = [] include Aws::Structure end |
#data_localization_region ⇒ String
The geographic region where the WhatsApp phone number's data is stored and processed.
1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1524 class WhatsAppPhoneNumberDetail < Struct.new( :arn, :phone_number, :phone_number_id, :meta_phone_number_id, :display_phone_number_name, :display_phone_number, :quality_rating, :data_localization_region) SENSITIVE = [] include Aws::Structure end |
#display_phone_number ⇒ String
The phone number that appears in the recipients display.
1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1524 class WhatsAppPhoneNumberDetail < Struct.new( :arn, :phone_number, :phone_number_id, :meta_phone_number_id, :display_phone_number_name, :display_phone_number, :quality_rating, :data_localization_region) SENSITIVE = [] include Aws::Structure end |
#display_phone_number_name ⇒ String
The display name for this phone number.
1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1524 class WhatsAppPhoneNumberDetail < Struct.new( :arn, :phone_number, :phone_number_id, :meta_phone_number_id, :display_phone_number_name, :display_phone_number, :quality_rating, :data_localization_region) SENSITIVE = [] include Aws::Structure end |
#meta_phone_number_id ⇒ String
The phone number ID from Meta.
1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1524 class WhatsAppPhoneNumberDetail < Struct.new( :arn, :phone_number, :phone_number_id, :meta_phone_number_id, :display_phone_number_name, :display_phone_number, :quality_rating, :data_localization_region) SENSITIVE = [] include Aws::Structure end |
#phone_number ⇒ String
The phone number for sending WhatsApp.
1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1524 class WhatsAppPhoneNumberDetail < Struct.new( :arn, :phone_number, :phone_number_id, :meta_phone_number_id, :display_phone_number_name, :display_phone_number, :quality_rating, :data_localization_region) SENSITIVE = [] include Aws::Structure end |
#phone_number_id ⇒ String
The phone number ID. Phone number identifiers are formatted as
phone-number-id-01234567890123456789012345678901
.
1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1524 class WhatsAppPhoneNumberDetail < Struct.new( :arn, :phone_number, :phone_number_id, :meta_phone_number_id, :display_phone_number_name, :display_phone_number, :quality_rating, :data_localization_region) SENSITIVE = [] include Aws::Structure end |
#quality_rating ⇒ String
The quality rating of the phone number.
1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1524 class WhatsAppPhoneNumberDetail < Struct.new( :arn, :phone_number, :phone_number_id, :meta_phone_number_id, :display_phone_number_name, :display_phone_number, :quality_rating, :data_localization_region) SENSITIVE = [] include Aws::Structure end |