Class: Aws::Route53Resolver::Types::GetResolverRuleAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetResolverRuleAssociationResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-route53resolver/types.rb', line 2330 class GetResolverRuleAssociationResponse < Struct.new( :resolver_rule_association) SENSITIVE = [] include Aws::Structure end |