Class: Aws::IoTEvents::Types::DetectorModelDefinition

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

Overview

Information that defines how a detector operates.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#initial_state_nameString

The state that is entered at the creation of each detector (instance).

Returns:

  • (String)


1361
1362
1363
1364
1365
1366
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1361

class DetectorModelDefinition < Struct.new(
  :states,
  :initial_state_name)
  SENSITIVE = []
  include Aws::Structure
end

#statesArray<Types::State>

Information about the states of the detector.

Returns:



1361
1362
1363
1364
1365
1366
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1361

class DetectorModelDefinition < Struct.new(
  :states,
  :initial_state_name)
  SENSITIVE = []
  include Aws::Structure
end