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

**********************
list_associated_stacks
**********************



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

  

  Retrieves the name of the stack with which the specified fleet is associated.

  

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


  **Request Syntax**
  ::

    response = client.list_associated_stacks(
        FleetName='string',
        NextToken='string'
    )
    
  :type FleetName: string
  :param FleetName: **[REQUIRED]** 

    The name of the fleet.

    

  
  :type NextToken: string
  :param NextToken: 

    The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

    

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

    
    ::

      {
          'Names': [
              'string',
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Names** *(list) --* 

        The name of the stack.

        
        

        - *(string) --* 
    
      

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

        The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

        
  