Class: Aws::SecurityHub::Types::AwsWafRegionalWebAclRulesListOverrideActionDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Provides details about the action to use in the place of the action that results from the rule group evaluation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

Overrides the rule evaluation result in the rule group.

Returns:

  • (String)


21671
21672
21673
21674
21675
# File 'lib/aws-sdk-securityhub/types.rb', line 21671

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