Class: Aws::Types::UpdatePhoneNumberRequestItem
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePhoneNumberRequestItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calling_name ⇒ ::String
Returns the value of attribute calling_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
-
#product_type ⇒ "VoiceConnector", "SipMediaApplicationDialIn"
Returns the value of attribute product_type.
Instance Attribute Details
#calling_name ⇒ ::String
Returns the value of attribute calling_name.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def calling_name @calling_name end |
#name ⇒ ::String
Returns the value of attribute name.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def name @name end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def phone_number_id @phone_number_id end |
#product_type ⇒ "VoiceConnector", "SipMediaApplicationDialIn"
Returns the value of attribute product_type.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def product_type @product_type end |