Class: Aws::SecurityHub::Types::AwsWafRegionalRuleDetails

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

Overview

Provides information about an WAF Regional rule. This rule identifies the web requests that you want to allow, block, or count.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metric_nameString

A name for the metrics for the rule.

Returns:

  • (String)


20508
20509
20510
20511
20512
20513
20514
20515
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20508

class AwsWafRegionalRuleDetails < Struct.new(
  :metric_name,
  :name,
  :predicate_list,
  :rule_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A descriptive name for the rule.

Returns:

  • (String)


20508
20509
20510
20511
20512
20513
20514
20515
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20508

class AwsWafRegionalRuleDetails < Struct.new(
  :metric_name,
  :name,
  :predicate_list,
  :rule_id)
  SENSITIVE = []
  include Aws::Structure
end

#predicate_listArray<Types::AwsWafRegionalRulePredicateListDetails>

Specifies the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, RegexMatchSet, GeoMatchSet, and SizeConstraintSet objects that you want to add to a rule and, for each object, indicates whether you want to negate the settings.



20508
20509
20510
20511
20512
20513
20514
20515
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20508

class AwsWafRegionalRuleDetails < Struct.new(
  :metric_name,
  :name,
  :predicate_list,
  :rule_id)
  SENSITIVE = []
  include Aws::Structure
end

#rule_idString

The ID of the rule.

Returns:

  • (String)


20508
20509
20510
20511
20512
20513
20514
20515
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20508

class AwsWafRegionalRuleDetails < Struct.new(
  :metric_name,
  :name,
  :predicate_list,
  :rule_id)
  SENSITIVE = []
  include Aws::Structure
end