Class: Aws::SecurityHub::Types::AwsWafRuleGroupRulesActionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafRuleGroupRulesActionDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides information about what action 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
The action that WAF should take on a web request when it matches the rule’s statement.
Instance Attribute Details
#type ⇒ String
The action that WAF should take on a web request when it matches the rule’s statement.
21752 21753 21754 21755 21756 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21752 class AwsWafRuleGroupRulesActionDetails < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |