Class: Aws::Types::WhatsAppPhoneNumberSummary
- Inherits:
-
Object
- Object
- Aws::Types::WhatsAppPhoneNumberSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#data_localization_region ⇒ ::String
Returns the value of attribute data_localization_region.
-
#display_phone_number ⇒ ::String
Returns the value of attribute display_phone_number.
-
#display_phone_number_name ⇒ ::String
Returns the value of attribute display_phone_number_name.
-
#meta_phone_number_id ⇒ ::String
Returns the value of attribute meta_phone_number_id.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
-
#quality_rating ⇒ ::String
Returns the value of attribute quality_rating.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
658 659 660 |
# File 'sig/types.rbs', line 658 def arn @arn end |
#data_localization_region ⇒ ::String
Returns the value of attribute data_localization_region.
665 666 667 |
# File 'sig/types.rbs', line 665 def data_localization_region @data_localization_region end |
#display_phone_number ⇒ ::String
Returns the value of attribute display_phone_number.
663 664 665 |
# File 'sig/types.rbs', line 663 def display_phone_number @display_phone_number end |
#display_phone_number_name ⇒ ::String
Returns the value of attribute display_phone_number_name.
662 663 664 |
# File 'sig/types.rbs', line 662 def display_phone_number_name @display_phone_number_name end |
#meta_phone_number_id ⇒ ::String
Returns the value of attribute meta_phone_number_id.
661 662 663 |
# File 'sig/types.rbs', line 661 def @meta_phone_number_id end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
659 660 661 |
# File 'sig/types.rbs', line 659 def phone_number @phone_number end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
660 661 662 |
# File 'sig/types.rbs', line 660 def phone_number_id @phone_number_id end |
#quality_rating ⇒ ::String
Returns the value of attribute quality_rating.
664 665 666 |
# File 'sig/types.rbs', line 664 def @quality_rating end |