Class: Aws::Rekognition::Types::DescribeStreamProcessorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DescribeStreamProcessorResponse
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ Time
Date and time the stream processor was created.
-
#input ⇒ Types::StreamProcessorInput
Kinesis video stream that provides the source streaming video.
-
#last_update_timestamp ⇒ Time
The time, in Unix format, the stream processor was last updated.
-
#name ⇒ String
Name of the stream processor.
-
#output ⇒ Types::StreamProcessorOutput
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
-
#role_arn ⇒ String
ARN of the IAM role that allows access to the stream processor.
-
#settings ⇒ Types::StreamProcessorSettings
Face recognition input parameters that are being used by the stream processor.
-
#status ⇒ String
Current status of the stream processor.
-
#status_message ⇒ String
Detailed status message about the stream processor.
-
#stream_processor_arn ⇒ String
ARN of the stream processor.
Instance Attribute Details
#creation_timestamp ⇒ Time
Date and time the stream processor was created
1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1133 class DescribeStreamProcessorResponse < Struct.new( :name, :stream_processor_arn, :status, :status_message, :creation_timestamp, :last_update_timestamp, :input, :output, :role_arn, :settings) SENSITIVE = [] include Aws::Structure end |
#input ⇒ Types::StreamProcessorInput
Kinesis video stream that provides the source streaming video.
1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1133 class DescribeStreamProcessorResponse < Struct.new( :name, :stream_processor_arn, :status, :status_message, :creation_timestamp, :last_update_timestamp, :input, :output, :role_arn, :settings) SENSITIVE = [] include Aws::Structure end |
#last_update_timestamp ⇒ Time
The time, in Unix format, the stream processor was last updated. For example, when the stream processor moves from a running state to a failed state, or when the user starts or stops the stream processor.
1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1133 class DescribeStreamProcessorResponse < Struct.new( :name, :stream_processor_arn, :status, :status_message, :creation_timestamp, :last_update_timestamp, :input, :output, :role_arn, :settings) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the stream processor.
1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1133 class DescribeStreamProcessorResponse < Struct.new( :name, :stream_processor_arn, :status, :status_message, :creation_timestamp, :last_update_timestamp, :input, :output, :role_arn, :settings) SENSITIVE = [] include Aws::Structure end |
#output ⇒ Types::StreamProcessorOutput
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1133 class DescribeStreamProcessorResponse < Struct.new( :name, :stream_processor_arn, :status, :status_message, :creation_timestamp, :last_update_timestamp, :input, :output, :role_arn, :settings) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
ARN of the IAM role that allows access to the stream processor.
1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1133 class DescribeStreamProcessorResponse < Struct.new( :name, :stream_processor_arn, :status, :status_message, :creation_timestamp, :last_update_timestamp, :input, :output, :role_arn, :settings) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Types::StreamProcessorSettings
Face recognition input parameters that are being used by the stream processor. Includes the collection to use for face recognition and the face attributes to detect.
1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1133 class DescribeStreamProcessorResponse < Struct.new( :name, :stream_processor_arn, :status, :status_message, :creation_timestamp, :last_update_timestamp, :input, :output, :role_arn, :settings) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current status of the stream processor.
1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1133 class DescribeStreamProcessorResponse < Struct.new( :name, :stream_processor_arn, :status, :status_message, :creation_timestamp, :last_update_timestamp, :input, :output, :role_arn, :settings) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Detailed status message about the stream processor.
1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1133 class DescribeStreamProcessorResponse < Struct.new( :name, :stream_processor_arn, :status, :status_message, :creation_timestamp, :last_update_timestamp, :input, :output, :role_arn, :settings) SENSITIVE = [] include Aws::Structure end |
#stream_processor_arn ⇒ String
ARN of the stream processor.
1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1133 class DescribeStreamProcessorResponse < Struct.new( :name, :stream_processor_arn, :status, :status_message, :creation_timestamp, :last_update_timestamp, :input, :output, :role_arn, :settings) SENSITIVE = [] include Aws::Structure end |