Class: Aws::Route53Resolver::Types::UpdateFirewallRuleGroupAssociationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 just updated.



5002
5003
5004
5005
5006
# File 'lib/aws-sdk-route53resolver/types.rb', line 5002

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