Class: Aws::SecurityHub::Types::AwsWafRegionalRuleGroupRulesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafRegionalRuleGroupRulesDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
21540 21541 21542 21543 21544 21545 21546 21547 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21540 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
.
21540 21541 21542 21543 21544 21545 21546 21547 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21540 class AwsWafRegionalRuleGroupRulesDetails < Struct.new( :action, :priority, :rule_id, :type) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The ID for a rule.
21540 21541 21542 21543 21544 21545 21546 21547 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21540 class AwsWafRegionalRuleGroupRulesDetails < Struct.new( :action, :priority, :rule_id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of rule in the rule group.
21540 21541 21542 21543 21544 21545 21546 21547 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21540 class AwsWafRegionalRuleGroupRulesDetails < Struct.new( :action, :priority, :rule_id, :type) SENSITIVE = [] include Aws::Structure end |