Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Iam.Commands.ListGroups
Synopsis
- data ListGroups = ListGroups {
- lgPathPrefix :: Maybe Text
- lgMarker :: Maybe Text
- lgMaxItems :: Maybe Integer
- data ListGroupsResponse = ListGroupsResponse {}
- data Group = Group {}
Documentation
data ListGroups Source #
Lists groups that have the specified path prefix.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_ListGroups.html
Constructors
ListGroups | |
Fields
|
Instances
data ListGroupsResponse Source #
Constructors
ListGroupsResponse | |
Instances
The IAM Group
data type.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_Group.html
Constructors
Group | |
Fields
|