Class: Aws::Types::UpdatePhoneNumberMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePhoneNumberMetadataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#phone_number_description ⇒ ::String
Returns the value of attribute phone_number_description.
-
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
8609 8610 8611 |
# File 'sig/types.rbs', line 8609 def client_token @client_token end |
#phone_number_description ⇒ ::String
Returns the value of attribute phone_number_description.
8608 8609 8610 |
# File 'sig/types.rbs', line 8608 def phone_number_description @phone_number_description end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
8607 8608 8609 |
# File 'sig/types.rbs', line 8607 def phone_number_id @phone_number_id end |