Class: Aws::Types::DeleteUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
297 298 299 |
# File 'sig/types.rbs', line 297 def broker_id @broker_id end |
#username ⇒ ::String
Returns the value of attribute username.
298 299 300 |
# File 'sig/types.rbs', line 298 def username @username end |