Class: Aws::IoTEvents::Types::DetectorModelVersionSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotevents/types.rb

Overview

Information about the detector model version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the detector model version was created.



1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'lib/aws-sdk-iotevents/types.rb', line 1945

class DetectorModelVersionSummary < Struct.new(
  :detector_model_name,
  :detector_model_version,
  :detector_model_arn,
  :role_arn,
  :creation_time,
  :last_update_time,
  :status,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#detector_model_arnString

The ARN of the detector model version.



1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'lib/aws-sdk-iotevents/types.rb', line 1945

class DetectorModelVersionSummary < Struct.new(
  :detector_model_name,
  :detector_model_version,
  :detector_model_arn,
  :role_arn,
  :creation_time,
  :last_update_time,
  :status,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#detector_model_nameString

The name of the detector model.



1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'lib/aws-sdk-iotevents/types.rb', line 1945

class DetectorModelVersionSummary < Struct.new(
  :detector_model_name,
  :detector_model_version,
  :detector_model_arn,
  :role_arn,
  :creation_time,
  :last_update_time,
  :status,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#detector_model_versionString

The ID of the detector model version.



1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'lib/aws-sdk-iotevents/types.rb', line 1945

class DetectorModelVersionSummary < Struct.new(
  :detector_model_name,
  :detector_model_version,
  :detector_model_arn,
  :role_arn,
  :creation_time,
  :last_update_time,
  :status,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_methodString

Information about the order in which events are evaluated and how actions are executed.



1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'lib/aws-sdk-iotevents/types.rb', line 1945

class DetectorModelVersionSummary < Struct.new(
  :detector_model_name,
  :detector_model_version,
  :detector_model_arn,
  :role_arn,
  :creation_time,
  :last_update_time,
  :status,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The last time the detector model version was updated.



1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'lib/aws-sdk-iotevents/types.rb', line 1945

class DetectorModelVersionSummary < Struct.new(
  :detector_model_name,
  :detector_model_version,
  :detector_model_arn,
  :role_arn,
  :creation_time,
  :last_update_time,
  :status,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the role that grants the detector model permission to perform its tasks.



1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'lib/aws-sdk-iotevents/types.rb', line 1945

class DetectorModelVersionSummary < Struct.new(
  :detector_model_name,
  :detector_model_version,
  :detector_model_arn,
  :role_arn,
  :creation_time,
  :last_update_time,
  :status,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the detector model version.



1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'lib/aws-sdk-iotevents/types.rb', line 1945

class DetectorModelVersionSummary < Struct.new(
  :detector_model_name,
  :detector_model_version,
  :detector_model_arn,
  :role_arn,
  :creation_time,
  :last_update_time,
  :status,
  :evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end