class AWS::IAM

def groups

Returns:
  • (GroupCollection) - Returns a collection that represents all of

Other tags:
    Example: Enumerating groups -
    Example: Getting a group by name -
def groups
  GroupCollection.new(:config => config)
end