Class: Aws::Types::GroupOwnerSetting
- Inherits:
-
Object
- Object
- Aws::Types::GroupOwnerSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_add_group_owner ⇒ Boolean
Returns the value of attribute auto_add_group_owner.
-
#group_owner ⇒ ::String
Returns the value of attribute group_owner.
Instance Attribute Details
#auto_add_group_owner ⇒ Boolean
Returns the value of attribute auto_add_group_owner.
994 995 996 |
# File 'sig/types.rbs', line 994 def auto_add_group_owner @auto_add_group_owner end |
#group_owner ⇒ ::String
Returns the value of attribute group_owner.
995 996 997 |
# File 'sig/types.rbs', line 995 def group_owner @group_owner end |