Class: Aws::Route53Resolver::Types::AssociateFirewallRuleGroupResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Route53Resolver::Types::AssociateFirewallRuleGroupResponse
 
- 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 created. 
Instance Attribute Details
#firewall_rule_group_association ⇒ Types::FirewallRuleGroupAssociation
The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete.
| 102 103 104 105 106 | # File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 102 class AssociateFirewallRuleGroupResponse < Struct.new( :firewall_rule_group_association) SENSITIVE = [] include Aws::Structure end |