Class: Aws::Route53Resolver::Types::AssociateResolverRuleResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resolver_rule_associationTypes::ResolverRuleAssociation

Information about the AssociateResolverRule request, including the status of the request.



209
210
211
212
213
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 209

class AssociateResolverRuleResponse < Struct.new(
  :resolver_rule_association)
  SENSITIVE = []
  include Aws::Structure
end