Class: Aws::SecurityHub::Types::RuleGroupSourceStatefulRulesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RuleGroupSourceStatefulRulesDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
A Suricata rule specification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria.
-
#header ⇒ Types::RuleGroupSourceStatefulRulesHeaderDetails
The stateful inspection criteria for the rule.
-
#rule_options ⇒ Array<Types::RuleGroupSourceStatefulRulesOptionsDetails>
Additional options for the rule.
Instance Attribute Details
#action ⇒ String
Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria.
28967 28968 28969 28970 28971 28972 28973 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28967 class RuleGroupSourceStatefulRulesDetails < Struct.new( :action, :header, :rule_options) SENSITIVE = [] include Aws::Structure end |
#header ⇒ Types::RuleGroupSourceStatefulRulesHeaderDetails
The stateful inspection criteria for the rule.
28967 28968 28969 28970 28971 28972 28973 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28967 class RuleGroupSourceStatefulRulesDetails < Struct.new( :action, :header, :rule_options) SENSITIVE = [] include Aws::Structure end |
#rule_options ⇒ Array<Types::RuleGroupSourceStatefulRulesOptionsDetails>
Additional options for the rule.
28967 28968 28969 28970 28971 28972 28973 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28967 class RuleGroupSourceStatefulRulesDetails < Struct.new( :action, :header, :rule_options) SENSITIVE = [] include Aws::Structure end |