Class: Aws::SecurityHub::Types::AwsWafRegionalWebAclRulesListOverrideActionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafRegionalWebAclRulesListOverrideActionDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details about the action to use in the place of the action that results from the rule group evaluation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
Overrides the rule evaluation result in the rule group.
Instance Attribute Details
#type ⇒ String
Overrides the rule evaluation result in the rule group.
21671 21672 21673 21674 21675 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21671 class AwsWafRegionalWebAclRulesListOverrideActionDetails < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |