Class: Aws::CloudWatchOmni::Types::AlertRuleQuery

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Query expression and the language it's written in.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expressionString

The query expression to evaluate.

Returns:

  • (String)


517
518
519
520
521
522
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 517

class AlertRuleQuery < Struct.new(
  :language,
  :expression)
  SENSITIVE = []
  include Aws::Structure
end

#languageString

The query language of the expression.

Returns:

  • (String)


517
518
519
520
521
522
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 517

class AlertRuleQuery < Struct.new(
  :language,
  :expression)
  SENSITIVE = []
  include Aws::Structure
end