Class: Aws::SecurityHub::Types::WafExcludedRule

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

Overview

Details about a rule to exclude from a rule group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_idString

The unique identifier for the rule to exclude from the rule group.

Returns:

  • (String)


31503
31504
31505
31506
31507
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31503

class WafExcludedRule < Struct.new(
  :rule_id)
  SENSITIVE = []
  include Aws::Structure
end