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)


29047
29048
29049
29050
29051
29052
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29047

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

#rule_definitionTypes::RuleGroupSourceStatelessRuleDefinition

Provides the definition of the stateless rule.



29047
29048
29049
29050
29051
29052
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29047

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