Class: Aws::SocialMessaging::Types::WhatsAppPhoneNumberSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::WhatsAppPhoneNumberSummary
- Defined in:
- gems/aws-sdk-socialmessaging/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.
-
#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 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.
1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1576 class WhatsAppPhoneNumberSummary < 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.
1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1576 class WhatsAppPhoneNumberSummary < 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.
1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1576 class WhatsAppPhoneNumberSummary < 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.
1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1576 class WhatsAppPhoneNumberSummary < 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.
1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1576 class WhatsAppPhoneNumberSummary < 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 associated with the Linked WhatsApp Business Account.
1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1576 class WhatsAppPhoneNumberSummary < 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
.
1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1576 class WhatsAppPhoneNumberSummary < 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. This is from Meta.
1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 1576 class WhatsAppPhoneNumberSummary < 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 |