Class: Aws::CloudWatchOmni::Types::AlertRuleQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::AlertRuleQuery
- 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
-
#expression ⇒ String
The query expression to evaluate.
-
#language ⇒ String
The query language of the expression.
Instance Attribute Details
#expression ⇒ String
The query expression to evaluate.
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 |
#language ⇒ String
The query language of the expression.
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 |