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.
-
#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.
952 953 954 955 956 957 958 959 960 961 962 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 952 class WhatsAppPhoneNumberDetail < Struct.new( :arn, :phone_number, :phone_number_id, :meta_phone_number_id, :display_phone_number_name, :display_phone_number, :quality_rating) SENSITIVE = [] include Aws::Structure end |
#display_phone_number ⇒ String
The phone number that appears in the recipients display.
952 953 954 955 956 957 958 959 960 961 962 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 952 class WhatsAppPhoneNumberDetail < Struct.new( :arn, :phone_number, :phone_number_id, :meta_phone_number_id, :display_phone_number_name, :display_phone_number, :quality_rating) SENSITIVE = [] include Aws::Structure end |
#display_phone_number_name ⇒ String
The display name for this phone number.
952 953 954 955 956 957 958 959 960 961 962 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 952 class WhatsAppPhoneNumberDetail < Struct.new( :arn, :phone_number, :phone_number_id, :meta_phone_number_id, :display_phone_number_name, :display_phone_number, :quality_rating) SENSITIVE = [] include Aws::Structure end |
#meta_phone_number_id ⇒ String
The phone number ID from Meta.
952 953 954 955 956 957 958 959 960 961 962 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 952 class WhatsAppPhoneNumberDetail < Struct.new( :arn, :phone_number, :phone_number_id, :meta_phone_number_id, :display_phone_number_name, :display_phone_number, :quality_rating) SENSITIVE = [] include Aws::Structure end |
#phone_number ⇒ String
The phone number for sending WhatsApp.
952 953 954 955 956 957 958 959 960 961 962 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 952 class WhatsAppPhoneNumberDetail < Struct.new( :arn, :phone_number, :phone_number_id, :meta_phone_number_id, :display_phone_number_name, :display_phone_number, :quality_rating) SENSITIVE = [] include Aws::Structure end |
#phone_number_id ⇒ String
The phone number ID. Phone number identifiers are formatted as
phone-number-id-01234567890123456789012345678901
.
952 953 954 955 956 957 958 959 960 961 962 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 952 class WhatsAppPhoneNumberDetail < Struct.new( :arn, :phone_number, :phone_number_id, :meta_phone_number_id, :display_phone_number_name, :display_phone_number, :quality_rating) SENSITIVE = [] include Aws::Structure end |
#quality_rating ⇒ String
The quality rating of the phone number.
952 953 954 955 956 957 958 959 960 961 962 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 952 class WhatsAppPhoneNumberDetail < Struct.new( :arn, :phone_number, :phone_number_id, :meta_phone_number_id, :display_phone_number_name, :display_phone_number, :quality_rating) SENSITIVE = [] include Aws::Structure end |