Class: Aws::IoTEvents::Types::AlarmRule

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

Overview

Defines when your alarm is invoked.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#simple_ruleTypes::SimpleRule

A rule that compares an input property value to a threshold value with a comparison operator.

Returns:



475
476
477
478
479
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 475

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