Class: Aws::Types::UpdateUserCustomPermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserCustomPermissionRequest
- 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.
-
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
-
#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.
12783 12784 12785 |
# File 'sig/types.rbs', line 12783 def aws_account_id @aws_account_id end |
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
12785 12786 12787 |
# File 'sig/types.rbs', line 12785 def @custom_permissions_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
12784 12785 12786 |
# File 'sig/types.rbs', line 12784 def namespace @namespace end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
12782 12783 12784 |
# File 'sig/types.rbs', line 12782 def user_name @user_name end |