Class: Aws::SecurityHub::Types::AwsWafRegionalRulePredicateListDetails

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

Overview

Provides details about 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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_idString

A unique identifier for a predicate in a rule, such as ByteMatchSetId or IPSetId.

Returns:

  • (String)


20620
20621
20622
20623
20624
20625
20626
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20620

class AwsWafRegionalRulePredicateListDetails < Struct.new(
  :data_id,
  :negated,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#negatedBoolean

Specifies if you want WAF to allow, block, or count requests based on the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, RegexMatchSet, GeoMatchSet, or SizeConstraintSet.

Returns:

  • (Boolean)


20620
20621
20622
20623
20624
20625
20626
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20620

class AwsWafRegionalRulePredicateListDetails < Struct.new(
  :data_id,
  :negated,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of predicate in a rule, such as ByteMatch or IPSet.

Returns:

  • (String)


20620
20621
20622
20623
20624
20625
20626
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20620

class AwsWafRegionalRulePredicateListDetails < Struct.new(
  :data_id,
  :negated,
  :type)
  SENSITIVE = []
  include Aws::Structure
end