Class: Aws::Route53Resolver::Types::GetResolverRulePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetResolverRulePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ID of the Resolver rule that you want to get the Resolver rule policy for.
Instance Attribute Details
#arn ⇒ String
The ID of the Resolver rule that you want to get the Resolver rule policy for.
2279 2280 2281 2282 2283 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2279 class GetResolverRulePolicyRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |