Class: Aws::IoTEventsData::Types::SnoozeActionConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#noteString

The note that you can leave when you snooze the alarm.

Returns:

  • (String)


1139
1140
1141
1142
1143
1144
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1139

class SnoozeActionConfiguration < Struct.new(
  :snooze_duration,
  :note)
  SENSITIVE = []
  include Aws::Structure
end

#snooze_durationInteger

The snooze time in seconds. The alarm automatically changes to the NORMAL state after this duration.

Returns:

  • (Integer)


1139
1140
1141
1142
1143
1144
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1139

class SnoozeActionConfiguration < Struct.new(
  :snooze_duration,
  :note)
  SENSITIVE = []
  include Aws::Structure
end