Class: Aws::IoTEventsData::Types::SystemEvent

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

Overview

Contains information about alarm state changes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeString

The event type. If the value is STATE_CHANGE, the event contains information about alarm state changes.

Returns:

  • (String)


1209
1210
1211
1212
1213
1214
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1209

class SystemEvent < Struct.new(
  :event_type,
  :state_change_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#state_change_configurationTypes::StateChangeConfiguration

Contains the configuration information of alarm state changes.



1209
1210
1211
1212
1213
1214
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1209

class SystemEvent < Struct.new(
  :event_type,
  :state_change_configuration)
  SENSITIVE = []
  include Aws::Structure
end