Class: Aws::IoTEvents::Types::AlarmRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::AlarmRule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
Defines when your alarm is invoked.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#simple_rule ⇒ Types::SimpleRule
A rule that compares an input property value to a threshold value with a comparison operator.
Instance Attribute Details
#simple_rule ⇒ Types::SimpleRule
A rule that compares an input property value to a threshold value with a comparison operator.
475 476 477 478 479 |
# File 'lib/aws-sdk-iotevents/types.rb', line 475 class AlarmRule < Struct.new( :simple_rule) SENSITIVE = [] include Aws::Structure end |