Class: Aws::Route53Resolver::Types::GetResolverRuleAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetResolverRuleAssociationResponse
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolver_rule_association ⇒ Types::ResolverRuleAssociation
Information about the Resolver rule association that you specified in a
GetResolverRuleAssociation
request.
Instance Attribute Details
#resolver_rule_association ⇒ Types::ResolverRuleAssociation
Information about the Resolver rule association that you specified
in a GetResolverRuleAssociation
request.
2330 2331 2332 2333 2334 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2330 class GetResolverRuleAssociationResponse < Struct.new( :resolver_rule_association) SENSITIVE = [] include Aws::Structure end |