Class: Aws::IoTEventsData::Types::DetectorSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::DetectorSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Overview
Information about the detector (instance).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time the detector (instance) was created.
-
#detector_model_name ⇒ String
The name of the detector model that created this detector (instance).
-
#detector_model_version ⇒ String
The version of the detector model that created this detector (instance).
-
#key_value ⇒ String
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
-
#last_update_time ⇒ Time
The time the detector (instance) was last updated.
-
#state ⇒ Types::DetectorStateSummary
The current state of the detector (instance).
Instance Attribute Details
#creation_time ⇒ Time
The time the detector (instance) was created.
793 794 795 796 797 798 799 800 801 802 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 793 class DetectorSummary < Struct.new( :detector_model_name, :key_value, :detector_model_version, :state, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#detector_model_name ⇒ String
The name of the detector model that created this detector (instance).
793 794 795 796 797 798 799 800 801 802 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 793 class DetectorSummary < Struct.new( :detector_model_name, :key_value, :detector_model_version, :state, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#detector_model_version ⇒ String
The version of the detector model that created this detector (instance).
793 794 795 796 797 798 799 800 801 802 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 793 class DetectorSummary < Struct.new( :detector_model_name, :key_value, :detector_model_version, :state, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#key_value ⇒ String
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
793 794 795 796 797 798 799 800 801 802 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 793 class DetectorSummary < Struct.new( :detector_model_name, :key_value, :detector_model_version, :state, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The time the detector (instance) was last updated.
793 794 795 796 797 798 799 800 801 802 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 793 class DetectorSummary < Struct.new( :detector_model_name, :key_value, :detector_model_version, :state, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ Types::DetectorStateSummary
The current state of the detector (instance).
793 794 795 796 797 798 799 800 801 802 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 793 class DetectorSummary < Struct.new( :detector_model_name, :key_value, :detector_model_version, :state, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |