Class: Aws::Types::RoleGroupAssignment
- Inherits:
-
Object
- Object
- Aws::Types::RoleGroupAssignment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_patterns ⇒ ::Array[::String]
Returns the value of attribute group_patterns.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
Instance Attribute Details
#group_patterns ⇒ ::Array[::String]
Returns the value of attribute group_patterns.
10623 10624 10625 |
# File 'sig/types.rbs', line 10623 def group_patterns @group_patterns end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
10622 10623 10624 |
# File 'sig/types.rbs', line 10622 def role_name @role_name end |