Class: Aws::IoTEvents::Types::AlarmCapabilities

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

Overview

Contains the configuration information of alarm state changes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#acknowledge_flowTypes::AcknowledgeFlow

Specifies whether to get notified for alarm state changes.



341
342
343
344
345
346
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 341

class AlarmCapabilities < Struct.new(
  :initialization_configuration,
  :acknowledge_flow)
  SENSITIVE = []
  include Aws::Structure
end

#initialization_configurationTypes::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 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 341

class AlarmCapabilities < Struct.new(
  :initialization_configuration,
  :acknowledge_flow)
  SENSITIVE = []
  include Aws::Structure
end