Class: Aws::SecurityHub::Types::RuleGroupSourceStatelessRulesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RuleGroupSourceStatelessRulesDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A stateless rule in the rule group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#priority ⇒ Integer
Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.
-
#rule_definition ⇒ Types::RuleGroupSourceStatelessRuleDefinition
Provides the definition of the stateless rule.
Instance Attribute Details
#priority ⇒ Integer
Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.
29225 29226 29227 29228 29229 29230 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29225 class RuleGroupSourceStatelessRulesDetails < Struct.new( :priority, :rule_definition) SENSITIVE = [] include Aws::Structure end |
#rule_definition ⇒ Types::RuleGroupSourceStatelessRuleDefinition
Provides the definition of the stateless rule.
29225 29226 29227 29228 29229 29230 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29225 class RuleGroupSourceStatelessRulesDetails < Struct.new( :priority, :rule_definition) SENSITIVE = [] include Aws::Structure end |