Class: Aws::SocialMessaging::Types::WhatsAppPhoneNumberSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::WhatsAppPhoneNumberSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
The details of a linked phone number.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The full Amazon Resource Name (ARN) for the 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 associated with the Linked WhatsApp Business Account.
-
#phone_number_id ⇒ String
The phone number ID.
-
#quality_rating ⇒ String
The quality rating of the phone number.
Instance Attribute Details
#arn ⇒ String
The full Amazon Resource Name (ARN) for the phone number.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 998 class WhatsAppPhoneNumberSummary < 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.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 998 class WhatsAppPhoneNumberSummary < 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.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 998 class WhatsAppPhoneNumberSummary < 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.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 998 class WhatsAppPhoneNumberSummary < 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 associated with the Linked WhatsApp Business Account.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 998 class WhatsAppPhoneNumberSummary < 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`.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 998 class WhatsAppPhoneNumberSummary < 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. This is from Meta.
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 998 class WhatsAppPhoneNumberSummary < 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 |