Class: Aws::Types::ReleasePhoneNumberRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReleasePhoneNumberRequest
- 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_id ⇒ ::String
Returns the value of attribute phone_number_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
6599 6600 6601 |
# File 'sig/types.rbs', line 6599 def client_token @client_token end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
6598 6599 6600 |
# File 'sig/types.rbs', line 6598 def phone_number_id @phone_number_id end |