Class: Aws::IoTEventsData::Types::SnoozeActionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::SnoozeActionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Overview
Contains the configuration information of a snooze action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#note ⇒ String
The note that you can leave when you snooze the alarm.
-
#snooze_duration ⇒ Integer
The snooze time in seconds.
Instance Attribute Details
#note ⇒ String
The note that you can leave when you snooze the alarm.
1139 1140 1141 1142 1143 1144 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 1139 class SnoozeActionConfiguration < Struct.new( :snooze_duration, :note) SENSITIVE = [] include Aws::Structure end |
#snooze_duration ⇒ Integer
The snooze time in seconds. The alarm automatically changes to the ‘NORMAL` state after this duration.
1139 1140 1141 1142 1143 1144 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 1139 class SnoozeActionConfiguration < Struct.new( :snooze_duration, :note) SENSITIVE = [] include Aws::Structure end |