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.
2059 2060 2061 2062 2063 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2059 class GetFirewallRuleGroupAssociationRequest < Struct.new( :firewall_rule_group_association_id) SENSITIVE = [] include Aws::Structure end |