Class: Aws::SecurityHub::Types::RuleGroupSourceStatelessRulesAndCustomActionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RuleGroupSourceStatelessRulesAndCustomActionsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Stateless rules and custom actions for a stateless rule group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_actions ⇒ Array<Types::RuleGroupSourceCustomActionsDetails>
Custom actions for the rule group.
-
#stateless_rules ⇒ Array<Types::RuleGroupSourceStatelessRulesDetails>
Stateless rules for the rule group.
Instance Attribute Details
#custom_actions ⇒ Array<Types::RuleGroupSourceCustomActionsDetails>
Custom actions for the rule group.
29205 29206 29207 29208 29209 29210 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29205 class RuleGroupSourceStatelessRulesAndCustomActionsDetails < Struct.new( :custom_actions, :stateless_rules) SENSITIVE = [] include Aws::Structure end |
#stateless_rules ⇒ Array<Types::RuleGroupSourceStatelessRulesDetails>
Stateless rules for the rule group.
29205 29206 29207 29208 29209 29210 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29205 class RuleGroupSourceStatelessRulesAndCustomActionsDetails < Struct.new( :custom_actions, :stateless_rules) SENSITIVE = [] include Aws::Structure end |