Class: Aws::SecurityHub::Types::AwsWafRegionalRuleGroupRulesActionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafRegionalRuleGroupRulesActionDetails
- Includes:
- Aws::Structure
- Defined in:
- 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`, and `SizeConstraintSet` 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.
21502 21503 21504 21505 21506 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21502 class AwsWafRegionalRuleGroupRulesActionDetails < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |