Class: Aws::GuardDuty::Types::RuleDefinition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#expressionString

The detection logic expression for the rule.

Returns:

  • (String)


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