Class: Aws::IoTEventsData::Types::Alarm

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

Overview

Contains information about an alarm.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_model_nameString

The name of the alarm model.

Returns:

  • (String)


93
94
95
96
97
98
99
100
101
102
103
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 93

class Alarm < Struct.new(
  :alarm_model_name,
  :alarm_model_version,
  :key_value,
  :alarm_state,
  :severity,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#alarm_model_versionString

The version of the alarm model.

Returns:

  • (String)


93
94
95
96
97
98
99
100
101
102
103
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 93

class Alarm < Struct.new(
  :alarm_model_name,
  :alarm_model_version,
  :key_value,
  :alarm_state,
  :severity,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#alarm_stateTypes::AlarmState

Contains information about the current state of the alarm.

Returns:



93
94
95
96
97
98
99
100
101
102
103
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 93

class Alarm < Struct.new(
  :alarm_model_name,
  :alarm_model_version,
  :key_value,
  :alarm_state,
  :severity,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

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

Returns:

  • (Time)


93
94
95
96
97
98
99
100
101
102
103
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 93

class Alarm < Struct.new(
  :alarm_model_name,
  :alarm_model_version,
  :key_value,
  :alarm_state,
  :severity,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#key_valueString

The value of the key used as a filter to select only the alarms associated with the key.

Returns:

  • (String)


93
94
95
96
97
98
99
100
101
102
103
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 93

class Alarm < Struct.new(
  :alarm_model_name,
  :alarm_model_version,
  :key_value,
  :alarm_state,
  :severity,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The time the alarm was last updated, in the Unix epoch format.

Returns:

  • (Time)


93
94
95
96
97
98
99
100
101
102
103
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 93

class Alarm < Struct.new(
  :alarm_model_name,
  :alarm_model_version,
  :key_value,
  :alarm_state,
  :severity,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#severityInteger

A non-negative integer that reflects the severity level of the alarm.

Returns:

  • (Integer)


93
94
95
96
97
98
99
100
101
102
103
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 93

class Alarm < Struct.new(
  :alarm_model_name,
  :alarm_model_version,
  :key_value,
  :alarm_state,
  :severity,
  :creation_time,
  :last_update_time)
  SENSITIVE = []
  include Aws::Structure
end