Class: Aws::Types::WhatsAppPhoneNumberDetail
- Inherits:
-
Object
- Object
- Aws::Types::WhatsAppPhoneNumberDetail
- 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.
646 647 648 |
# File 'sig/types.rbs', line 646 def arn @arn end |
#data_localization_region ⇒ ::String
Returns the value of attribute data_localization_region.
653 654 655 |
# File 'sig/types.rbs', line 653 def data_localization_region @data_localization_region end |
#display_phone_number ⇒ ::String
Returns the value of attribute display_phone_number.
651 652 653 |
# File 'sig/types.rbs', line 651 def display_phone_number @display_phone_number end |
#display_phone_number_name ⇒ ::String
Returns the value of attribute display_phone_number_name.
650 651 652 |
# File 'sig/types.rbs', line 650 def display_phone_number_name @display_phone_number_name end |
#meta_phone_number_id ⇒ ::String
Returns the value of attribute meta_phone_number_id.
649 650 651 |
# File 'sig/types.rbs', line 649 def @meta_phone_number_id end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
647 648 649 |
# File 'sig/types.rbs', line 647 def phone_number @phone_number end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
648 649 650 |
# File 'sig/types.rbs', line 648 def phone_number_id @phone_number_id end |
#quality_rating ⇒ ::String
Returns the value of attribute quality_rating.
652 653 654 |
# File 'sig/types.rbs', line 652 def @quality_rating end |