:doc:`QuickSight <../../quicksight>` / Client / list_dashboards

***************
list_dashboards
***************



.. py:method:: QuickSight.Client.list_dashboards(**kwargs)

  

  Lists dashboards in an Amazon Web Services account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ListDashboards>`_  


  **Request Syntax**
  ::

    response = client.list_dashboards(
        AwsAccountId='string',
        NextToken='string',
        MaxResults=123
    )
    
  :type AwsAccountId: string
  :param AwsAccountId: **[REQUIRED]** 

    The ID of the Amazon Web Services account that contains the dashboards that you're listing.

    

  
  :type NextToken: string
  :param NextToken: 

    The token for the next set of results, or null if there are no more results.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to be returned per request.

    

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

    
    ::

      {
          'DashboardSummaryList': [
              {
                  'Arn': 'string',
                  'DashboardId': 'string',
                  'Name': 'string',
                  'CreatedTime': datetime(2015, 1, 1),
                  'LastUpdatedTime': datetime(2015, 1, 1),
                  'PublishedVersionNumber': 123,
                  'LastPublishedTime': datetime(2015, 1, 1)
              },
          ],
          'NextToken': 'string',
          'Status': 123,
          'RequestId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **DashboardSummaryList** *(list) --* 

        A structure that contains all of the dashboards in your Amazon Web Services account. This structure provides basic information about the dashboards.

        
        

        - *(dict) --* 

          Dashboard summary.

          
          

          - **Arn** *(string) --* 

            The Amazon Resource Name (ARN) of the resource.

            
          

          - **DashboardId** *(string) --* 

            Dashboard ID.

            
          

          - **Name** *(string) --* 

            A display name for the dashboard.

            
          

          - **CreatedTime** *(datetime) --* 

            The time that this dashboard was created.

            
          

          - **LastUpdatedTime** *(datetime) --* 

            The last time that this dashboard was updated.

            
          

          - **PublishedVersionNumber** *(integer) --* 

            Published version number.

            
          

          - **LastPublishedTime** *(datetime) --* 

            The last time that this dashboard was published.

            
      
    
      

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

        The token for the next set of results, or null if there are no more results.

        
      

      - **Status** *(integer) --* 

        The HTTP status of the request.

        
      

      - **RequestId** *(string) --* 

        The Amazon Web Services request ID for this operation.

        
  
  **Exceptions**
  
  *   :py:class:`QuickSight.Client.exceptions.ThrottlingException`

  
  *   :py:class:`QuickSight.Client.exceptions.InvalidNextTokenException`

  
  *   :py:class:`QuickSight.Client.exceptions.UnsupportedUserEditionException`

  
  *   :py:class:`QuickSight.Client.exceptions.InternalFailureException`

  