Class: Aws::IoTEventsData::Types::DisableActionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::DisableActionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Overview
Contains the configuration information of a disable action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#note ⇒ String
The note that you can leave when you disable the alarm.
Instance Attribute Details
#note ⇒ String
The note that you can leave when you disable the alarm.
810 811 812 813 814 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 810 class DisableActionConfiguration < Struct.new( :note) SENSITIVE = [] include Aws::Structure end |