Class: Aws::Types::DeleteUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
457 458 459 |
# File 'sig/types.rbs', line 457 def client_request_token @client_request_token end |
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
455 456 457 |
# File 'sig/types.rbs', line 455 def collection_id @collection_id end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
456 457 458 |
# File 'sig/types.rbs', line 456 def user_id @user_id end |