Class: Aws::Types::DeleteRoleCustomPermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRoleCustomPermissionRequest
- 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.
-
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4212 4213 4214 |
# File 'sig/types.rbs', line 4212 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4213 4214 4215 |
# File 'sig/types.rbs', line 4213 def namespace @namespace end |
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
4211 4212 4213 |
# File 'sig/types.rbs', line 4211 def role @role end |