Class: Aws::SecurityHub::Types::AwsWafRegionalWebAclRulesListActionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafRegionalWebAclRulesListActionDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
The action that WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
For actions that are associated with a rule, the action that WAF takes when a web request matches all conditions in a rule.
Instance Attribute Details
#type ⇒ String
For actions that are associated with a rule, the action that WAF takes when a web request matches all conditions in a rule.
21764 21765 21766 21767 21768 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21764 class AwsWafRegionalWebAclRulesListActionDetails < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |