AppRegistry.Client.
list_associated_attribute_groups
(**kwargs)¶Lists all attribute groups that are associated with specified application. Results are paginated.
See also: AWS API Documentation
Request Syntax
response = client.list_associated_attribute_groups(
application='string',
nextToken='string',
maxResults=123
)
[REQUIRED]
The name or ID of the application.
dict
Response Syntax
{
'attributeGroups': [
'string',
],
'nextToken': 'string'
}
Response Structure
(dict) --
attributeGroups (list) --
A list of attribute group IDs.
nextToken (string) --
The token to use to get the next page of results after a previous API call.
Exceptions
AppRegistry.Client.exceptions.ResourceNotFoundException
AppRegistry.Client.exceptions.ValidationException
AppRegistry.Client.exceptions.InternalServerException