Class: Aws::Types::UpdatePhoneNumberRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePhoneNumberRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calling_name ⇒ ::String
Returns the value of attribute calling_name.
-
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
-
#product_type ⇒ "BusinessCalling", ...
Returns the value of attribute product_type.
Instance Attribute Details
#calling_name ⇒ ::String
Returns the value of attribute calling_name.
869 870 871 |
# File 'sig/types.rbs', line 869 def calling_name @calling_name end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
867 868 869 |
# File 'sig/types.rbs', line 867 def phone_number_id @phone_number_id end |
#product_type ⇒ "BusinessCalling", ...
Returns the value of attribute product_type.
868 869 870 |
# File 'sig/types.rbs', line 868 def product_type @product_type end |