Class: Aws::SecurityHub::Types::WafExcludedRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::WafExcludedRule
- 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
-
#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.
31077 31078 31079 31080 31081 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31077 class WafExcludedRule < Struct.new( :rule_id) SENSITIVE = [] include Aws::Structure end |