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

*********************************
get_traffic_policy_instance_count
*********************************



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

  

  Gets the number of traffic policy instances 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/GetTrafficPolicyInstanceCount>`_  


  **Request Syntax**
  ::

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

    
    ::

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

    

    - *(dict) --* 

      A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.

      
      

      - **TrafficPolicyInstanceCount** *(integer) --* 

        The number of traffic policy instances that are associated with the current Amazon Web Services account.

        
  