:doc:`ECR <../../ecr>` / Client / list_pull_time_update_exclusions

********************************
list_pull_time_update_exclusions
********************************



.. py:method:: ECR.Client.list_pull_time_update_exclusions(**kwargs)

  

  Lists the IAM principals that are excluded from having their image pull times recorded.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ListPullTimeUpdateExclusions>`_  


  **Request Syntax**
  ::

    response = client.list_pull_time_update_exclusions(
        maxResults=123,
        nextToken='string'
    )
    
  :type maxResults: integer
  :param maxResults: 

    The maximum number of pull time update exclusion results returned by ``ListPullTimeUpdateExclusions`` in paginated output. When this parameter is used, ``ListPullTimeUpdateExclusions`` only returns ``maxResults`` results in a single page along with a ``nextToken`` response element. The remaining results of the initial request can be seen by sending another ``ListPullTimeUpdateExclusions`` request with the returned ``nextToken`` value. This value can be between 1 and 1000. If this parameter is not used, then ``ListPullTimeUpdateExclusions`` returns up to 100 results and a ``nextToken`` value, if applicable.

    

  
  :type nextToken: string
  :param nextToken: 

    The ``nextToken`` value returned from a previous paginated ``ListPullTimeUpdateExclusions`` request where ``maxResults`` was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the ``nextToken`` value. This value is ``null`` when there are no more results to return.

     

    .. note::

      

      This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.

      

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **pullTimeUpdateExclusions** *(list) --* 

        The list of IAM principal ARNs that are excluded from having their image pull times recorded.

        
        

        - *(string) --* 
    
      

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

        The ``nextToken`` value to include in a future ``ListPullTimeUpdateExclusions`` request. When the results of a ``ListPullTimeUpdateExclusions`` request exceed ``maxResults``, this value can be used to retrieve the next page of results. This value is ``null`` when there are no more results to return.

        
  
  **Exceptions**
  
  *   :py:class:`ECR.Client.exceptions.InvalidParameterException`

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

  
  *   :py:class:`ECR.Client.exceptions.LimitExceededException`

  
  *   :py:class:`ECR.Client.exceptions.ServerException`

  