Class: Aws::Types::DeleteUserCustomPermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUserCustomPermissionRequest
- 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.
4371 4372 4373 |
# File 'sig/types.rbs', line 4371 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4372 4373 4374 |
# File 'sig/types.rbs', line 4372 def namespace @namespace end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
4370 4371 4372 |
# File 'sig/types.rbs', line 4370 def user_name @user_name end |