ListAttachedGroupPolicies

GET /?Action=ListAttachedGroupPolicies
Description

Lists the managed policies attached to a specified group.

Note

If you exceed the number of identical requests allowed for a configured time period, the Throttling error message is returned.

Body parameter

Required: false
Name: ListAttachedGroupPoliciesRequest

Name Description Required Schema Default Example

GroupName

The name of the group.

true

string

Marker

The marker to request the next results page.

false

string

MaxItems

The maximum number of items that can be returned in a single page (by default, 100).

false

integer

PathPrefix

The path prefix of the policies, set to a slash (/) if not specified..

false

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

ListAttachedGroupPoliciesResponse

Response 200

Response 200

Name Description Required Schema Default Example

AttachedPolicies.N

One or more policies attached to the specified group.

false

AttachedPolicy

IsTruncated

If true, there are more items to return using the marker in a new request.

false

boolean

Marker

The marker to request the next results page.

false

string

ResponseMetadata

Information about the response.

false

ResponseMetadata