Class: Aws::Types::UpdateRoleCustomPermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRoleCustomPermissionRequest
- 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.
-
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12949 12950 12951 |
# File 'sig/types.rbs', line 12949 def aws_account_id @aws_account_id end |
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
12947 12948 12949 |
# File 'sig/types.rbs', line 12947 def @custom_permissions_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
12950 12951 12952 |
# File 'sig/types.rbs', line 12950 def namespace @namespace end |
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
12948 12949 12950 |
# File 'sig/types.rbs', line 12948 def role @role end |