Class: Aws::SecurityHub::Types::RuleGroupDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RuleGroupDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Details about the rule group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_variables ⇒ Types::RuleGroupVariables
Additional settings to use in the specified rules.
-
#rules_source ⇒ Types::RuleGroupSource
The rules and actions for the rule group.
Instance Attribute Details
#rule_variables ⇒ Types::RuleGroupVariables
Additional settings to use in the specified rules.
28036 28037 28038 28039 28040 28041 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28036 class RuleGroupDetails < Struct.new( :rule_variables, :rules_source) SENSITIVE = [] include Aws::Structure end |
#rules_source ⇒ Types::RuleGroupSource
The rules and actions for the rule group.
For stateful rule groups, can contain RulesString
,
RulesSourceList
, or StatefulRules
.
For stateless rule groups, contains
StatelessRulesAndCustomActions
.
28036 28037 28038 28039 28040 28041 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28036 class RuleGroupDetails < Struct.new( :rule_variables, :rules_source) SENSITIVE = [] include Aws::Structure end |