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.
10616 10617 10618 |
# File 'sig/types.rbs', line 10616 def group_patterns @group_patterns end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
10615 10616 10617 |
# File 'sig/types.rbs', line 10615 def role_name @role_name end |