Class: Aws::IoTEventsData::Types::DetectorSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb

Overview

Information about the detector (instance).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the detector (instance) was created.

Returns:

  • (Time)


793
794
795
796
797
798
799
800
801
802
# File 'gems/aws-sdk-ioteventsdata/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_nameString

The name of the detector model that created this detector (instance).

Returns:

  • (String)


793
794
795
796
797
798
799
800
801
802
# File 'gems/aws-sdk-ioteventsdata/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_versionString

The version of the detector model that created this detector (instance).

Returns:

  • (String)


793
794
795
796
797
798
799
800
801
802
# File 'gems/aws-sdk-ioteventsdata/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_valueString

The value of the key (identifying the device or system) that caused the creation of this detector (instance).

Returns:

  • (String)


793
794
795
796
797
798
799
800
801
802
# File 'gems/aws-sdk-ioteventsdata/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_timeTime

The time the detector (instance) was last updated.

Returns:

  • (Time)


793
794
795
796
797
798
799
800
801
802
# File 'gems/aws-sdk-ioteventsdata/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

#stateTypes::DetectorStateSummary

The current state of the detector (instance).



793
794
795
796
797
798
799
800
801
802
# File 'gems/aws-sdk-ioteventsdata/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