Class: Aws::Types::Role
- Inherits:
-
Object
- Object
- Aws::Types::Role
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#role_type ⇒ "PROCESS_OWNER", "RESOURCE_OWNER"
Returns the value of attribute role_type.
Instance Attribute Details
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def role_arn @role_arn end |
#role_type ⇒ "PROCESS_OWNER", "RESOURCE_OWNER"
Returns the value of attribute role_type.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def role_type @role_type end |