class AWS::IAM::Group

def users

Returns:
  • (GroupUserCollection) - An object representing all the
def users
  GroupUserCollection.new(self)
end