Class: Aws::SecurityHub::Types::RuleGroupSourceStatefulRulesDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actionString

Defines what Network Firewall should do with the packets in a traffic flow when the flow matches the stateful rule criteria.

Returns:

  • (String)


28785
28786
28787
28788
28789
28790
28791
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28785

class RuleGroupSourceStatefulRulesDetails < Struct.new(
  :action,
  :header,
  :rule_options)
  SENSITIVE = []
  include Aws::Structure
end

#headerTypes::RuleGroupSourceStatefulRulesHeaderDetails

The stateful inspection criteria for the rule.



28785
28786
28787
28788
28789
28790
28791
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28785

class RuleGroupSourceStatefulRulesDetails < Struct.new(
  :action,
  :header,
  :rule_options)
  SENSITIVE = []
  include Aws::Structure
end

#rule_optionsArray<Types::RuleGroupSourceStatefulRulesOptionsDetails>

Additional options for the rule.



28785
28786
28787
28788
28789
28790
28791
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28785

class RuleGroupSourceStatefulRulesDetails < Struct.new(
  :action,
  :header,
  :rule_options)
  SENSITIVE = []
  include Aws::Structure
end