Class: Aws::SecurityHub::Types::AwsWafv2WebAclActionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafv2WebAclActionDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Specifies the action that Amazon CloudFront or WAF takes when a web request matches the conditions in the rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow ⇒ Types::AwsWafv2ActionAllowDetails
Specifies that WAF should allow requests by default.
-
#block ⇒ Types::AwsWafv2ActionBlockDetails
Specifies that WAF should block requests by default.
Instance Attribute Details
#allow ⇒ Types::AwsWafv2ActionAllowDetails
Specifies that WAF should allow requests by default.
22254 22255 22256 22257 22258 22259 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22254 class AwsWafv2WebAclActionDetails < Struct.new( :allow, :block) SENSITIVE = [] include Aws::Structure end |
#block ⇒ Types::AwsWafv2ActionBlockDetails
Specifies that WAF should block requests by default.
22254 22255 22256 22257 22258 22259 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22254 class AwsWafv2WebAclActionDetails < Struct.new( :allow, :block) SENSITIVE = [] include Aws::Structure end |