Class: Aws::Route53Resolver::Types::GetFirewallRuleGroupAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetFirewallRuleGroupAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_rule_group_association_id ⇒ String
The identifier of the FirewallRuleGroupAssociation.
Instance Attribute Details
#firewall_rule_group_association_id ⇒ String
The identifier of the FirewallRuleGroupAssociation.
1995 1996 1997 1998 1999 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1995 class GetFirewallRuleGroupAssociationRequest < Struct.new( :firewall_rule_group_association_id) SENSITIVE = [] include Aws::Structure end |