Class: Aws::SecurityHub::Types::AwsWafRuleGroupRulesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafRuleGroupRulesDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Provides information about the rules attached to the rule group. These rules identify the web requests that you want to allow, block, or count.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::AwsWafRuleGroupRulesActionDetails
Provides information about what action 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 rule ID for a rule.
-
#type ⇒ String
The type of rule.
Instance Attribute Details
#action ⇒ Types::AwsWafRuleGroupRulesActionDetails
Provides information about what action WAF should take on a web request when it matches the criteria defined in the rule.
21786 21787 21788 21789 21790 21791 21792 21793 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21786 class AwsWafRuleGroupRulesDetails < 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
.
21786 21787 21788 21789 21790 21791 21792 21793 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21786 class AwsWafRuleGroupRulesDetails < Struct.new( :action, :priority, :rule_id, :type) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The rule ID for a rule.
21786 21787 21788 21789 21790 21791 21792 21793 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21786 class AwsWafRuleGroupRulesDetails < Struct.new( :action, :priority, :rule_id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of rule.
21786 21787 21788 21789 21790 21791 21792 21793 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21786 class AwsWafRuleGroupRulesDetails < Struct.new( :action, :priority, :rule_id, :type) SENSITIVE = [] include Aws::Structure end |