Class: Aws::IoTEvents::Types::DetectorModelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DetectorModelSummary
- Defined in:
- gems/aws-sdk-iotevents/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.
2987 2988 2989 2990 2991 2992 2993 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2987 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.
2987 2988 2989 2990 2991 2992 2993 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2987 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.
2987 2988 2989 2990 2991 2992 2993 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2987 class DetectorModelSummary < Struct.new( :detector_model_name, :detector_model_description, :creation_time) SENSITIVE = [] include Aws::Structure end |