Class: Aws::SecurityHub::Types::WafOverrideAction

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#typeString

‘COUNT` overrides the action specified by the individual rule within a `RuleGroup` .

If set to ‘NONE`, the rule’s action takes place.

Returns:

  • (String)


31724
31725
31726
31727
31728
# File 'lib/aws-sdk-securityhub/types.rb', line 31724

class WafOverrideAction < Struct.new(
  :type)
  SENSITIVE = []
  include Aws::Structure
end