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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


21642
21643
21644
21645
21646
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21642

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