Class: Aws::SecurityHub::Types::AwsWafRegionalRuleGroupRulesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafRegionalRuleGroupRulesDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides information about the rules attached to a rule group
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::AwsWafRegionalRuleGroupRulesActionDetails
The action that WAF should take on a web request when it matches the criteria defined in the rule.
-
#priority ⇒ Integer
If you define more than one rule in a web ACL, WAF evaluates each request against the rules in order based on the value of ‘Priority`.
-
#rule_id ⇒ String
The ID for a rule.
-
#type ⇒ String
The type of rule in the rule group.
Instance Attribute Details
#action ⇒ Types::AwsWafRegionalRuleGroupRulesActionDetails
The action that WAF should take on a web request when it matches the criteria defined in the rule.
21534 21535 21536 21537 21538 21539 21540 21541 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21534 class AwsWafRegionalRuleGroupRulesDetails < Struct.new( :action, :priority, :rule_id, :type) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
If you define more than one rule in a web ACL, WAF evaluates each request against the rules in order based on the value of ‘Priority`.
21534 21535 21536 21537 21538 21539 21540 21541 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21534 class AwsWafRegionalRuleGroupRulesDetails < Struct.new( :action, :priority, :rule_id, :type) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The ID for a rule.
21534 21535 21536 21537 21538 21539 21540 21541 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21534 class AwsWafRegionalRuleGroupRulesDetails < Struct.new( :action, :priority, :rule_id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of rule in the rule group.
21534 21535 21536 21537 21538 21539 21540 21541 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21534 class AwsWafRegionalRuleGroupRulesDetails < Struct.new( :action, :priority, :rule_id, :type) SENSITIVE = [] include Aws::Structure end |