Class: Aws::SecurityHub::Types::AwsWafRuleGroupRulesDetails

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 the rule group. These rules identify the web requests that you want to allow, block, or count.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::AwsWafRuleGroupRulesActionDetails

Provides information about what action WAF should take on a web request when it matches the criteria defined in the rule.



21753
21754
21755
21756
21757
21758
21759
21760
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21753

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


21753
21754
21755
21756
21757
21758
21759
21760
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21753

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

#rule_idString

The rule ID for a rule.

Returns:

  • (String)


21753
21754
21755
21756
21757
21758
21759
21760
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21753

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

#typeString

The type of rule.

Returns:

  • (String)


21753
21754
21755
21756
21757
21758
21759
21760
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21753

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