:doc:`Route53Resolver <../../route53resolver>` / Client / get_resolver_rule_policy

************************
get_resolver_rule_policy
************************



.. py:method:: Route53Resolver.Client.get_resolver_rule_policy(**kwargs)

  

  Gets information about the Resolver rule policy for a specified rule. A Resolver rule policy includes the rule that you want to share with another account, the account that you want to share the rule with, and the Resolver operations that you want to allow the account to use.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/GetResolverRulePolicy>`_  


  **Request Syntax**
  ::

    response = client.get_resolver_rule_policy(
        Arn='string'
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** 

    The ID of the Resolver rule that you want to get the Resolver rule policy for.

    

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

    
    ::

      {
          'ResolverRulePolicy': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ResolverRulePolicy** *(string) --* 

        The Resolver rule policy for the rule that you specified in a ``GetResolverRulePolicy`` request.

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

  
  *   :py:class:`Route53Resolver.Client.exceptions.UnknownResourceException`

  
  *   :py:class:`Route53Resolver.Client.exceptions.InternalServiceErrorException`

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

  