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.
4038 4039 4040 |
# File 'sig/types.rbs', line 4038 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4039 4040 4041 |
# File 'sig/types.rbs', line 4039 def namespace @namespace end |
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
4037 4038 4039 |
# File 'sig/types.rbs', line 4037 def role @role end |