Class: Aws::Types::DescribeRoleCustomPermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRoleCustomPermissionRequest
- 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.
5186 5187 5188 |
# File 'sig/types.rbs', line 5186 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
5187 5188 5189 |
# File 'sig/types.rbs', line 5187 def namespace @namespace end |
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
5185 5186 5187 |
# File 'sig/types.rbs', line 5185 def role @role end |