Class: Aws::SecurityHub::Types::RuleGroupSourceStatefulRulesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RuleGroupSourceStatefulRulesDetails
- Includes:
- Aws::Structure
- Defined in:
- 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.
28963 28964 28965 28966 28967 28968 28969 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28963 class RuleGroupSourceStatefulRulesDetails < Struct.new( :action, :header, :rule_options) SENSITIVE = [] include Aws::Structure end |
#header ⇒ Types::RuleGroupSourceStatefulRulesHeaderDetails
The stateful inspection criteria for the rule.
28963 28964 28965 28966 28967 28968 28969 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28963 class RuleGroupSourceStatefulRulesDetails < Struct.new( :action, :header, :rule_options) SENSITIVE = [] include Aws::Structure end |
#rule_options ⇒ Array<Types::RuleGroupSourceStatefulRulesOptionsDetails>
Additional options for the rule.
28963 28964 28965 28966 28967 28968 28969 |
# File 'lib/aws-sdk-securityhub/types.rb', line 28963 class RuleGroupSourceStatefulRulesDetails < Struct.new( :action, :header, :rule_options) SENSITIVE = [] include Aws::Structure end |