Class: Aws::Types::GroupOwnerSetting

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_add_group_ownerBoolean

Returns the value of attribute auto_add_group_owner.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


995
996
997
# File 'sig/types.rbs', line 995

def group_owner
  @group_owner
end