Class: Aws::SecurityHub::Types::RuleGroupSourceStatelessRulesDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

A stateless rule in the rule group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#priorityInteger

Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.

Returns:

  • (Integer)


29229
29230
29231
29232
29233
29234
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29229

class RuleGroupSourceStatelessRulesDetails < Struct.new(
  :priority,
  :rule_definition)
  SENSITIVE = []
  include Aws::Structure
end

#rule_definitionTypes::RuleGroupSourceStatelessRuleDefinition

Provides the definition of the stateless rule.



29229
29230
29231
29232
29233
29234
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29229

class RuleGroupSourceStatelessRulesDetails < Struct.new(
  :priority,
  :rule_definition)
  SENSITIVE = []
  include Aws::Structure
end