Class: Aws::CloudWatchOmni::Types::NoData

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

Overview

Configures how the alert reacts when an evaluation produces no data. treatAs carries the resulting state; defaults to NODATA when omitted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#treat_asString

The state to report when an evaluation produces no data.

Returns:

  • (String)


3408
3409
3410
3411
3412
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3408

class NoData < Struct.new(
  :treat_as)
  SENSITIVE = []
  include Aws::Structure
end