Class: Aws::IoTEventsData::Types::SystemEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::SystemEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Overview
Contains information about alarm state changes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ String
The event type.
-
#state_change_configuration ⇒ Types::StateChangeConfiguration
Contains the configuration information of alarm state changes.
Instance Attribute Details
#event_type ⇒ String
The event type. If the value is ‘STATE_CHANGE`, the event contains information about alarm state changes.
1209 1210 1211 1212 1213 1214 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 1209 class SystemEvent < Struct.new( :event_type, :state_change_configuration) SENSITIVE = [] include Aws::Structure end |
#state_change_configuration ⇒ Types::StateChangeConfiguration
Contains the configuration information of alarm state changes.
1209 1210 1211 1212 1213 1214 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 1209 class SystemEvent < Struct.new( :event_type, :state_change_configuration) SENSITIVE = [] include Aws::Structure end |