:doc:`AppStream <../../appstream>` / Client / describe_app_block_builder_app_block_associations

*************************************************
describe_app_block_builder_app_block_associations
*************************************************



.. py:method:: AppStream.Client.describe_app_block_builder_app_block_associations(**kwargs)

  

  Retrieves a list that describes one or more app block builder associations.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeAppBlockBuilderAppBlockAssociations>`_  


  **Request Syntax**
  ::

    response = client.describe_app_block_builder_app_block_associations(
        AppBlockArn='string',
        AppBlockBuilderName='string',
        MaxResults=123,
        NextToken='string'
    )
    
  :type AppBlockArn: string
  :param AppBlockArn: 

    The ARN of the app block.

    

  
  :type AppBlockBuilderName: string
  :param AppBlockBuilderName: 

    The name of the app block builder.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum size of each page of results.

    

  
  :type NextToken: string
  :param NextToken: 

    The pagination token used to retrieve the next page of results for this operation.

    

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

    
    ::

      {
          'AppBlockBuilderAppBlockAssociations': [
              {
                  'AppBlockArn': 'string',
                  'AppBlockBuilderName': 'string'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AppBlockBuilderAppBlockAssociations** *(list) --* 

        This list of app block builders associated with app blocks.

        
        

        - *(dict) --* 

          Describes an association between an app block builder and app block.

          
          

          - **AppBlockArn** *(string) --* 

            The ARN of the app block.

            
          

          - **AppBlockBuilderName** *(string) --* 

            The name of the app block builder.

            
      
    
      

      - **NextToken** *(string) --* 

        The pagination token used to retrieve the next page of results for this operation.

        
  
  **Exceptions**
  
  *   :py:class:`AppStream.Client.exceptions.InvalidParameterCombinationException`

  
  *   :py:class:`AppStream.Client.exceptions.OperationNotPermittedException`

  