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.



21501
21502
21503
21504
21505
21506
21507
21508
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21501

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)


21501
21502
21503
21504
21505
21506
21507
21508
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21501

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

#rule_idString

The ID for a rule.

Returns:

  • (String)


21501
21502
21503
21504
21505
21506
21507
21508
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21501

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)


21501
21502
21503
21504
21505
21506
21507
21508
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21501

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