Class: Aws::SecurityHub::Types::AwsWafRegionalRuleGroupDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafRegionalRuleGroupDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides information about an WAF Regional rule group. The rule group is a collection of rules for inspecting and controlling web requests.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_name ⇒ String
A name for the metrics for this rule group.
-
#name ⇒ String
The descriptive name of the rule group.
-
#rule_group_id ⇒ String
The ID of the rule group.
-
#rules ⇒ Array<Types::AwsWafRegionalRuleGroupRulesDetails>
Provides information about the rule statements used to identify the web requests that you want to allow, block, or count.
Instance Attribute Details
#metric_name ⇒ String
A name for the metrics for this rule group.
21481 21482 21483 21484 21485 21486 21487 21488 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21481 class AwsWafRegionalRuleGroupDetails < Struct.new( :metric_name, :name, :rule_group_id, :rules) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The descriptive name of the rule group.
21481 21482 21483 21484 21485 21486 21487 21488 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21481 class AwsWafRegionalRuleGroupDetails < Struct.new( :metric_name, :name, :rule_group_id, :rules) SENSITIVE = [] include Aws::Structure end |
#rule_group_id ⇒ String
The ID of the rule group.
21481 21482 21483 21484 21485 21486 21487 21488 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21481 class AwsWafRegionalRuleGroupDetails < Struct.new( :metric_name, :name, :rule_group_id, :rules) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::AwsWafRegionalRuleGroupRulesDetails>
Provides information about the rule statements used to identify the web requests that you want to allow, block, or count.
21481 21482 21483 21484 21485 21486 21487 21488 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21481 class AwsWafRegionalRuleGroupDetails < Struct.new( :metric_name, :name, :rule_group_id, :rules) SENSITIVE = [] include Aws::Structure end |