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