Class: Aws::SecurityHub::Types::AwsWafRegionalRuleGroupRulesActionDetails

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

Overview

Describes the action that WAF should take on a web request when it matches the criteria defined in the rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

Specifies the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, RegexMatchSet, GeoMatchSet, and SizeConstraintSet objects that you want to add to a rule and, for each object, indicates whether you want to negate the settings.

Returns:

  • (String)


21473
21474
21475
21476
21477
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21473

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