Class: Aws::Types::DisassociatePhoneNumberFromUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociatePhoneNumberFromUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
278 279 280 |
# File 'sig/types.rbs', line 278 def account_id @account_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
279 280 281 |
# File 'sig/types.rbs', line 279 def user_id @user_id end |