Class: Aws::Types::DeleteUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4384 4385 4386 |
# File 'sig/types.rbs', line 4384 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4385 4386 4387 |
# File 'sig/types.rbs', line 4385 def namespace @namespace end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
4383 4384 4385 |
# File 'sig/types.rbs', line 4383 def user_name @user_name end |