:doc:`Connect <../../connect>` / Client / list_child_hours_of_operations

******************************
list_child_hours_of_operations
******************************



.. py:method:: Connect.Client.list_child_hours_of_operations(**kwargs)

  

  Provides information about the child hours of operations for the specified parent hours of operation.

   

  For more information about child hours of operations, see `Link overrides from different hours of operation <https://docs.aws.amazon.com/connect/latest/adminguide/>`__ in the *Administrator Guide*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListChildHoursOfOperations>`_  


  **Request Syntax**
  ::

    response = client.list_child_hours_of_operations(
        InstanceId='string',
        HoursOfOperationId='string',
        NextToken='string',
        MaxResults=123
    )
    
  :type InstanceId: string
  :param InstanceId: **[REQUIRED]** 

    The identifier of the Amazon Connect instance. You can `find the instance ID <https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html>`__ in the Amazon Resource Name (ARN) of the instance.

    

  
  :type HoursOfOperationId: string
  :param HoursOfOperationId: **[REQUIRED]** 

    The identifier of the parent hours of operation.

    

  
  :type NextToken: string
  :param NextToken: 

    The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to return per page. The default MaxResult size is 100.

    

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

    
    ::

      {
          'NextToken': 'string',
          'ChildHoursOfOperationsSummaryList': [
              {
                  'Name': 'string',
                  'Id': 'string',
                  'Arn': 'string'
              },
          ],
          'LastModifiedTime': datetime(2015, 1, 1),
          'LastModifiedRegion': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

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

        If there are additional results, this is the token for the next set of results.

        
      

      - **ChildHoursOfOperationsSummaryList** *(list) --* 

        Information about the hours of operation.

        
        

        - *(dict) --* 

          Identifier for a hours of operations resource: ARN, ID, Name

          
          

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

            Name of the hours of operation

            
          

          - **Id** *(string) --* 

            Unique identifier of the hours of operation.

            
          

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

            Amazon Resource Name (ARN) of the hours of operations.

            
      
    
      

      - **LastModifiedTime** *(datetime) --* 

        The timestamp when this resource was last modified.

        
      

      - **LastModifiedRegion** *(string) --* 

        The Amazon Web Services Region where this resource was last modified.

        
  
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`Connect.Client.exceptions.InvalidParameterException`

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

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

  
  *   :py:class:`Connect.Client.exceptions.InternalServiceException`

  