Class: Aws::Route53Resolver::Types::GetResolverRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetResolverRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolver_rule ⇒ Types::ResolverRule
Information about the Resolver rule that you specified in a ‘GetResolverRule` request.
Instance Attribute Details
#resolver_rule ⇒ Types::ResolverRule
Information about the Resolver rule that you specified in a ‘GetResolverRule` request.
2381 2382 2383 2384 2385 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2381 class GetResolverRuleResponse < Struct.new( :resolver_rule) SENSITIVE = [] include Aws::Structure end |