Class: Aws::IoTEvents::Types::DetectorModelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DetectorModelSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
Information about the detector model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time the detector model was created.
-
#detector_model_description ⇒ String
A brief description of the detector model.
-
#detector_model_name ⇒ String
The name of the detector model.
Instance Attribute Details
#creation_time ⇒ Time
The time the detector model was created.
1382 1383 1384 1385 1386 1387 1388 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1382 class DetectorModelSummary < Struct.new( :detector_model_name, :detector_model_description, :creation_time) SENSITIVE = [] include Aws::Structure end |
#detector_model_description ⇒ String
A brief description of the detector model.
1382 1383 1384 1385 1386 1387 1388 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1382 class DetectorModelSummary < Struct.new( :detector_model_name, :detector_model_description, :creation_time) SENSITIVE = [] include Aws::Structure end |
#detector_model_name ⇒ String
The name of the detector model.
1382 1383 1384 1385 1386 1387 1388 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1382 class DetectorModelSummary < Struct.new( :detector_model_name, :detector_model_description, :creation_time) SENSITIVE = [] include Aws::Structure end |