Class: Aws::IoTEventsData::Types::AcknowledgeActionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::AcknowledgeActionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Overview
Contains the configuration information of an acknowledge action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#note ⇒ String
The note that you can leave when you acknowledge the alarm.
Instance Attribute Details
#note ⇒ String
The note that you can leave when you acknowledge the alarm.
19 20 21 22 23 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 19 class AcknowledgeActionConfiguration < Struct.new( :note) SENSITIVE = [] include Aws::Structure end |