Class: Aws::IoTEvents::Types::DetectorModelVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DetectorModelVersionSummary
- 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
-
#creation_time ⇒ Time
The time the detector model version was created.
-
#detector_model_arn ⇒ String
The ARN of the detector model version.
-
#detector_model_name ⇒ String
The name of the detector model.
-
#detector_model_version ⇒ String
The ID of the detector model version.
-
#evaluation_method ⇒ String
Information about the order in which events are evaluated and how actions are executed.
-
#last_update_time ⇒ Time
The last time the detector model version was updated.
-
#role_arn ⇒ String
The ARN of the role that grants the detector model permission to perform its tasks.
-
#status ⇒ String
The status of the detector model version.
Instance Attribute Details
#creation_time ⇒ Time
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_arn ⇒ String
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_name ⇒ String
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_version ⇒ String
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_method ⇒ String
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_time ⇒ Time
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_arn ⇒ String
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 |
#status ⇒ String
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 |