Class: Aws::IoTEventsData::Types::SnoozeActionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::SnoozeActionConfiguration
- Defined in:
- gems/aws-sdk-ioteventsdata/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.
1382 1383 1384 1385 1386 1387 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1382 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.
1382 1383 1384 1385 1386 1387 |
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1382 class SnoozeActionConfiguration < Struct.new( :snooze_duration, :note) SENSITIVE = [] include Aws::Structure end |