Class: Aws::IoTEventsData::Types::EnableActionConfiguration

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

Overview

Contains the configuration information of an enable action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#noteString

The note that you can leave when you enable the alarm.

Returns:

  • (String)


854
855
856
857
858
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 854

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