Class: Aws::SecurityHub::Types::AwsWafRegionalRuleGroupRulesActionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafRegionalRuleGroupRulesActionDetails
- 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
-
#type ⇒ String
Specifies the
ByteMatchSet
,IPSet
,SqlInjectionMatchSet
,XssMatchSet
,RegexMatchSet
,GeoMatchSet
, andSizeConstraintSet
objects that you want to add to a rule and, for each object, indicates whether you want to negate the settings.
Instance Attribute Details
#type ⇒ String
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.
20600 20601 20602 20603 20604 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20600 class AwsWafRegionalRuleGroupRulesActionDetails < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |