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.
12493 12494 12495 |
# File 'sig/types.rbs', line 12493 def aws_account_id @aws_account_id end |
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
12491 12492 12493 |
# File 'sig/types.rbs', line 12491 def @custom_permissions_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
12494 12495 12496 |
# File 'sig/types.rbs', line 12494 def namespace @namespace end |
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
12492 12493 12494 |
# File 'sig/types.rbs', line 12492 def role @role end |