Class: Aws::SecurityHub::Types::AwsWafv2RulesActionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafv2RulesActionDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
The action that WAF should take on a web request when it matches a rule's statement. Settings at the web ACL level can override the rule action setting.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow ⇒ Types::AwsWafv2ActionAllowDetails
Instructs WAF to allow the web request.
-
#block ⇒ Types::AwsWafv2ActionBlockDetails
Instructs WAF to block the web request.
-
#captcha ⇒ Types::AwsWafv2RulesActionCaptchaDetails
Instructs WAF to run a CAPTCHA check against the web request.
-
#count ⇒ Types::AwsWafv2RulesActionCountDetails
Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in the web ACL.
Instance Attribute Details
#allow ⇒ Types::AwsWafv2ActionAllowDetails
Instructs WAF to allow the web request.
22297 22298 22299 22300 22301 22302 22303 22304 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22297 class AwsWafv2RulesActionDetails < Struct.new( :allow, :block, :captcha, :count) SENSITIVE = [] include Aws::Structure end |
#block ⇒ Types::AwsWafv2ActionBlockDetails
Instructs WAF to block the web request.
22297 22298 22299 22300 22301 22302 22303 22304 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22297 class AwsWafv2RulesActionDetails < Struct.new( :allow, :block, :captcha, :count) SENSITIVE = [] include Aws::Structure end |
#captcha ⇒ Types::AwsWafv2RulesActionCaptchaDetails
Instructs WAF to run a CAPTCHA check against the web request.
22297 22298 22299 22300 22301 22302 22303 22304 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22297 class AwsWafv2RulesActionDetails < Struct.new( :allow, :block, :captcha, :count) SENSITIVE = [] include Aws::Structure end |
#count ⇒ Types::AwsWafv2RulesActionCountDetails
Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in the web ACL.
22297 22298 22299 22300 22301 22302 22303 22304 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22297 class AwsWafv2RulesActionDetails < Struct.new( :allow, :block, :captcha, :count) SENSITIVE = [] include Aws::Structure end |