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.
30729 30730 30731 30732 30733 30734 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30729 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.
30729 30730 30731 30732 30733 30734 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30729 class RuleGroupDetails < Struct.new( :rule_variables, :rules_source) SENSITIVE = [] include Aws::Structure end |