:doc:`AppRegistry <../../servicecatalog-appregistry>` / Client / list_associated_attribute_groups

********************************
list_associated_attribute_groups
********************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/AWS242AppRegistry-2020-06-24/ListAssociatedAttributeGroups>`_  


  **Request Syntax**
  ::

    response = client.list_associated_attribute_groups(
        application='string',
        nextToken='string',
        maxResults=123
    )
    
  :type application: string
  :param application: **[REQUIRED]** 

    The name or ID of the application.

    

  
  :type nextToken: string
  :param nextToken: 

    The token to use to get the next page of results after a previous API call.

    

  
  :type maxResults: integer
  :param maxResults: 

    The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'attributeGroups': [
              'string',
          ],
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **attributeGroups** *(list) --* 

        A list of attribute group IDs.

        
        

        - *(string) --* 
    
      

      - **nextToken** *(string) --* 

        The token to use to get the next page of results after a previous API call.

        
  
  **Exceptions**
  
  *   :py:class:`AppRegistry.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`AppRegistry.Client.exceptions.ValidationException`

  
  *   :py:class:`AppRegistry.Client.exceptions.InternalServerException`

  