Class: Aws::FMS::Types::StatefulRuleGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::StatefulRuleGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
AWS Network Firewall stateful rule group, used in a NetworkFirewallPolicyDescription.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The resource ID of the rule group.
-
#rule_group_name ⇒ String
The name of the rule group.
Instance Attribute Details
#resource_id ⇒ String
The resource ID of the rule group.
2454 2455 2456 2457 2458 2459 |
# File 'lib/aws-sdk-fms/types.rb', line 2454 class StatefulRuleGroup < Struct.new( :rule_group_name, :resource_id) SENSITIVE = [] include Aws::Structure end |
#rule_group_name ⇒ String
The name of the rule group.
2454 2455 2456 2457 2458 2459 |
# File 'lib/aws-sdk-fms/types.rb', line 2454 class StatefulRuleGroup < Struct.new( :rule_group_name, :resource_id) SENSITIVE = [] include Aws::Structure end |