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.
4953 4954 4955 |
# File 'sig/types.rbs', line 4953 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4954 4955 4956 |
# File 'sig/types.rbs', line 4954 def namespace @namespace end |
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
4952 4953 4954 |
# File 'sig/types.rbs', line 4952 def role @role end |