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.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def role_id @role_id end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def role_name @role_name end |