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.
4197 4198 4199 |
# File 'sig/types.rbs', line 4197 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4198 4199 4200 |
# File 'sig/types.rbs', line 4198 def namespace @namespace end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
4196 4197 4198 |
# File 'sig/types.rbs', line 4196 def user_name @user_name end |