Class: Aws::SecurityHub::Types::AwsWafRegionalRuleGroupDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#metric_nameString

A name for the metrics for this rule group.

Returns:

  • (String)


21627
21628
21629
21630
21631
21632
21633
21634
# File 'lib/aws-sdk-securityhub/types.rb', line 21627

class AwsWafRegionalRuleGroupDetails < Struct.new(
  :metric_name,
  :name,
  :rule_group_id,
  :rules)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The descriptive name of the rule group.

Returns:

  • (String)


21627
21628
21629
21630
21631
21632
21633
21634
# File 'lib/aws-sdk-securityhub/types.rb', line 21627

class AwsWafRegionalRuleGroupDetails < Struct.new(
  :metric_name,
  :name,
  :rule_group_id,
  :rules)
  SENSITIVE = []
  include Aws::Structure
end

#rule_group_idString

The ID of the rule group.

Returns:

  • (String)


21627
21628
21629
21630
21631
21632
21633
21634
# File 'lib/aws-sdk-securityhub/types.rb', line 21627

class AwsWafRegionalRuleGroupDetails < Struct.new(
  :metric_name,
  :name,
  :rule_group_id,
  :rules)
  SENSITIVE = []
  include Aws::Structure
end

#rulesArray<Types::AwsWafRegionalRuleGroupRulesDetails>

Provides information about the rule statements used to identify the web requests that you want to allow, block, or count.



21627
21628
21629
21630
21631
21632
21633
21634
# File 'lib/aws-sdk-securityhub/types.rb', line 21627

class AwsWafRegionalRuleGroupDetails < Struct.new(
  :metric_name,
  :name,
  :rule_group_id,
  :rules)
  SENSITIVE = []
  include Aws::Structure
end