Class: Aws::IoTEventsData::Types::EnableActionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::EnableActionConfiguration
- 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
-
#note ⇒ String
The note that you can leave when you enable the alarm.
Instance Attribute Details
#note ⇒ String
The note that you can leave when you enable the alarm.
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 |