Class: Aws::SecurityHub::Types::AwsWafRegionalRuleGroupRulesDetails

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

Overview

Provides information about the rules attached to a rule group

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::AwsWafRegionalRuleGroupRulesActionDetails

The action that WAF should take on a web request when it matches the criteria defined in the rule.



21540
21541
21542
21543
21544
21545
21546
21547
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21540

class AwsWafRegionalRuleGroupRulesDetails < Struct.new(
  :action,
  :priority,
  :rule_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

If you define more than one rule in a web ACL, WAF evaluates each request against the rules in order based on the value of Priority.

Returns:

  • (Integer)


21540
21541
21542
21543
21544
21545
21546
21547
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21540

class AwsWafRegionalRuleGroupRulesDetails < Struct.new(
  :action,
  :priority,
  :rule_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#rule_idString

The ID for a rule.

Returns:

  • (String)


21540
21541
21542
21543
21544
21545
21546
21547
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21540

class AwsWafRegionalRuleGroupRulesDetails < Struct.new(
  :action,
  :priority,
  :rule_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of rule in the rule group.

Returns:

  • (String)


21540
21541
21542
21543
21544
21545
21546
21547
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21540

class AwsWafRegionalRuleGroupRulesDetails < Struct.new(
  :action,
  :priority,
  :rule_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end