Class: Aws::Route53Resolver::Types::GetResolverRuleAssociationResponse

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 Resolver rule association that you specified in a GetResolverRuleAssociation request.



2196
2197
2198
2199
2200
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2196

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