:doc:`CustomerProfiles <../../customer-profiles>` / Client / list_profile_object_type_templates

**********************************
list_profile_object_type_templates
**********************************



.. py:method:: CustomerProfiles.Client.list_profile_object_type_templates(**kwargs)

  

  Lists all of the template information for object types.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListProfileObjectTypeTemplates>`_  


  **Request Syntax**
  ::

    response = client.list_profile_object_type_templates(
        NextToken='string',
        MaxResults=123
    )
    
  :type NextToken: string
  :param NextToken: 

    The pagination token from the previous ListObjectTypeTemplates API call.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of objects returned per page.

    

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

    
    ::

      {
          'Items': [
              {
                  'TemplateId': 'string',
                  'SourceName': 'string',
                  'SourceObject': 'string'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Items** *(list) --* 

        The list of ListProfileObjectType template instances.

        
        

        - *(dict) --* 

          A ProfileObjectTypeTemplate in a list of ProfileObjectTypeTemplates.

          
          

          - **TemplateId** *(string) --* 

            A unique identifier for the object template.

            
          

          - **SourceName** *(string) --* 

            The name of the source of the object template.

            
          

          - **SourceObject** *(string) --* 

            The source of the object template.

            
      
    
      

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

        The pagination token from the previous ListObjectTypeTemplates API call.

        
  
  **Exceptions**
  
  *   :py:class:`CustomerProfiles.Client.exceptions.BadRequestException`

  
  *   :py:class:`CustomerProfiles.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`CustomerProfiles.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`CustomerProfiles.Client.exceptions.ThrottlingException`

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

  