Class: Aws::IoTEvents::Types::DetectorModelDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DetectorModelDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
Information that defines how a detector operates.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#initial_state_name ⇒ String
The state that is entered at the creation of each detector (instance).
-
#states ⇒ Array<Types::State>
Information about the states of the detector.
Instance Attribute Details
#initial_state_name ⇒ String
The state that is entered at the creation of each detector (instance).
1361 1362 1363 1364 1365 1366 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1361 class DetectorModelDefinition < Struct.new( :states, :initial_state_name) SENSITIVE = [] include Aws::Structure end |
#states ⇒ Array<Types::State>
Information about the states of the detector.
1361 1362 1363 1364 1365 1366 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1361 class DetectorModelDefinition < Struct.new( :states, :initial_state_name) SENSITIVE = [] include Aws::Structure end |