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.
2343 2344 2345 2346 2347 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2343 class GetResolverRulePolicyRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |