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:



33951
33952
33953
33954
33955
# File 'lib/aws-sdk-securityhub/types.rb', line 33951

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