Class: Aws::IoTEvents::Types::AlarmModelSummary

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

Overview

Contains a summary of an alarm model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_model_descriptionString

The description of the alarm model.

Returns:

  • (String)


375
376
377
378
379
380
381
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 375

class AlarmModelSummary < Struct.new(
  :creation_time,
  :alarm_model_description,
  :alarm_model_name)
  SENSITIVE = []
  include Aws::Structure
end

#alarm_model_nameString

The name of the alarm model.

Returns:

  • (String)


375
376
377
378
379
380
381
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 375

class AlarmModelSummary < Struct.new(
  :creation_time,
  :alarm_model_description,
  :alarm_model_name)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time the alarm model was created, in the Unix epoch format.

Returns:

  • (Time)


375
376
377
378
379
380
381
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 375

class AlarmModelSummary < Struct.new(
  :creation_time,
  :alarm_model_description,
  :alarm_model_name)
  SENSITIVE = []
  include Aws::Structure
end