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.
11632 11633 11634 11635 11636 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11632 class RuleDefinition < Struct.new( :expression) SENSITIVE = [] include Aws::Structure end |