Class: Aws::IoTEventsData::Types::DisableActionConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb

Overview

Contains the configuration information of a disable action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#noteString

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

Returns:

  • (String)


810
811
812
813
814
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 810

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