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.
13239 13240 13241 |
# File 'sig/types.rbs', line 13239 def aws_account_id @aws_account_id end |
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
13241 13242 13243 |
# File 'sig/types.rbs', line 13241 def @custom_permissions_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
13240 13241 13242 |
# File 'sig/types.rbs', line 13240 def namespace @namespace end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
13238 13239 13240 |
# File 'sig/types.rbs', line 13238 def user_name @user_name end |