:doc:`Route53 <../../route53>` / Client / get_health_check_count

**********************
get_health_check_count
**********************



.. py:method:: Route53.Client.get_health_check_count()

  

  Retrieves the number of health checks that are associated with the current Amazon Web Services account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHealthCheckCount>`_  


  **Request Syntax**
  ::

    response = client.get_health_check_count()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'HealthCheckCount': 123
      }
      
    **Response Structure**

    

    - *(dict) --* 

      A complex type that contains the response to a ``GetHealthCheckCount`` request.

      
      

      - **HealthCheckCount** *(integer) --* 

        The number of health checks associated with the current Amazon Web Services account.

        
  