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)


30425
30426
30427
30428
30429
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30425

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