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.
10638 10639 10640 |
# File 'sig/types.rbs', line 10638 def group_patterns @group_patterns end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
10637 10638 10639 |
# File 'sig/types.rbs', line 10637 def role_name @role_name end |