Class: Aws::Route53Resolver::Types::GetResolverRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetResolverRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolver_rule_id ⇒ String
The ID of the Resolver rule that you want to get information about.
Instance Attribute Details
#resolver_rule_id ⇒ String
The ID of the Resolver rule that you want to get information about.
2304 2305 2306 2307 2308 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2304 class GetResolverRuleRequest < Struct.new( :resolver_rule_id) SENSITIVE = [] include Aws::Structure end |