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.
1901 1902 1903 1904 1905 1906 1907 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1901 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.
1901 1902 1903 1904 1905 1906 1907 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1901 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.
1901 1902 1903 1904 1905 1906 1907 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1901 class DetectorModelSummary < Struct.new( :detector_model_name, :detector_model_description, :creation_time) SENSITIVE = [] include Aws::Structure end |