Class: Aws::SecurityHub::Types::AwsWafRuleGroupDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Provides information about an WAF rule group. A 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

The name of the metrics for this rule group.

Returns:

  • (String)


21704
21705
21706
21707
21708
21709
21710
21711
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21704

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

#nameString

The name of the rule group.

Returns:

  • (String)


21704
21705
21706
21707
21708
21709
21710
21711
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21704

class AwsWafRuleGroupDetails < 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)


21704
21705
21706
21707
21708
21709
21710
21711
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21704

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

#rulesArray<Types::AwsWafRuleGroupRulesDetails>

Provides information about the rules attached to the rule group. These rules identify the web requests that you want to allow, block, or count.



21704
21705
21706
21707
21708
21709
21710
21711
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21704

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