Class: Aws::Types::PolicyRole
- Inherits:
-
Object
- Object
- Aws::Types::PolicyRole
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_id ⇒ ::String
Returns the value of attribute role_id.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
Instance Attribute Details
#role_id ⇒ ::String
Returns the value of attribute role_id.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def role_id @role_id end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def role_name @role_name end |