Class: Aws::Route53Resolver::Types::UpdateFirewallRuleGroupAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::UpdateFirewallRuleGroupAssociationResponse
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_rule_group_association ⇒ Types::FirewallRuleGroupAssociation
The association that you just updated.
Instance Attribute Details
#firewall_rule_group_association ⇒ Types::FirewallRuleGroupAssociation
The association that you just updated.
5119 5120 5121 5122 5123 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 5119 class UpdateFirewallRuleGroupAssociationResponse < Struct.new( :firewall_rule_group_association) SENSITIVE = [] include Aws::Structure end |