Class: Aws::SecurityHub::Types::WafOverrideAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::WafOverrideAction
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Details about an override action for a rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
‘COUNT` overrides the action specified by the individual rule within a `RuleGroup` .
Instance Attribute Details
#type ⇒ String
‘COUNT` overrides the action specified by the individual rule within a `RuleGroup` .
If set to ‘NONE`, the rule’s action takes place.
31724 31725 31726 31727 31728 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31724 class WafOverrideAction < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |