Class: Aws::IoTEvents::Types::AlarmCapabilities
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::AlarmCapabilities
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
Contains the configuration information of alarm state changes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acknowledge_flow ⇒ Types::AcknowledgeFlow
Specifies whether to get notified for alarm state changes.
-
#initialization_configuration ⇒ Types::InitializationConfiguration
Specifies the default alarm state.
Instance Attribute Details
#acknowledge_flow ⇒ Types::AcknowledgeFlow
Specifies whether to get notified for alarm state changes.
341 342 343 344 345 346 |
# File 'lib/aws-sdk-iotevents/types.rb', line 341 class AlarmCapabilities < Struct.new( :initialization_configuration, :acknowledge_flow) SENSITIVE = [] include Aws::Structure end |
#initialization_configuration ⇒ Types::InitializationConfiguration
Specifies the default alarm state. The configuration applies to all alarms that were created based on this alarm model.
341 342 343 344 345 346 |
# File 'lib/aws-sdk-iotevents/types.rb', line 341 class AlarmCapabilities < Struct.new( :initialization_configuration, :acknowledge_flow) SENSITIVE = [] include Aws::Structure end |