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.
30535 30536 30537 30538 30539 30540 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30535 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.
30535 30536 30537 30538 30539 30540 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30535 class RuleGroupDetails < Struct.new( :rule_variables, :rules_source) SENSITIVE = [] include Aws::Structure end |