Method: Aws::IAM::Types::ListGroupsResponse#groups

Defined in:
lib/aws-sdk-iam/types.rb

#groupsArray<Types::Group>

A list of groups.

Returns:



6533
6534
6535
6536
6537
6538
6539
# File 'lib/aws-sdk-iam/types.rb', line 6533

class ListGroupsResponse < Struct.new(
  :groups,
  :is_truncated,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end