Class: Aws::Route53Resolver::Types::DisassociateResolverRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::DisassociateResolverRuleResponse
- 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
DisassociateResolverRule
request, including the status of the request.
Instance Attribute Details
#resolver_rule_association ⇒ Types::ResolverRuleAssociation
Information about the DisassociateResolverRule
request, including
the status of the request.
1173 1174 1175 1176 1177 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1173 class DisassociateResolverRuleResponse < Struct.new( :resolver_rule_association) SENSITIVE = [] include Aws::Structure end |