Class: Aws::GuardDuty::Types::RuleDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::RuleDefinition
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains the detection logic for a custom detection rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expression ⇒ String
The detection logic expression for the rule.
Instance Attribute Details
#expression ⇒ String
The detection logic expression for the rule.
11683 11684 11685 11686 11687 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11683 class RuleDefinition < Struct.new( :expression) SENSITIVE = [] include Aws::Structure end |