Class: Aws::Route53Resolver::Types::GetFirewallRuleGroupAssociationResponse

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

#firewall_rule_group_associationTypes::FirewallRuleGroupAssociation

The association that you requested.



2007
2008
2009
2010
2011
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2007

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