Class: Aws::SecurityHub::Types::WafExcludedRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::WafExcludedRule
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#rule_id ⇒ String
The unique identifier for the rule to exclude from the rule group.
Instance Attribute Details
#rule_id ⇒ String
The unique identifier for the rule to exclude from the rule group.
31707 31708 31709 31710 31711 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31707 class WafExcludedRule < Struct.new( :rule_id) SENSITIVE = [] include Aws::Structure end |