Class: Aws::SecurityHub::Types::AwsWafv2RulesActionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafv2RulesActionDetails
- Includes:
- Aws::Structure
- Defined in:
- 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.
22151 22152 22153 22154 22155 22156 22157 22158 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22151 class AwsWafv2RulesActionDetails < Struct.new( :allow, :block, :captcha, :count) SENSITIVE = [] include Aws::Structure end |
#block ⇒ Types::AwsWafv2ActionBlockDetails
Instructs WAF to block the web request.
22151 22152 22153 22154 22155 22156 22157 22158 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22151 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.
22151 22152 22153 22154 22155 22156 22157 22158 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22151 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.
22151 22152 22153 22154 22155 22156 22157 22158 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22151 class AwsWafv2RulesActionDetails < Struct.new( :allow, :block, :captcha, :count) SENSITIVE = [] include Aws::Structure end |