You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::DescribeStreamProcessorResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestampTime

Date and time the stream processor was created

Returns:

  • (Time)

    Date and time the stream processor was created.

#inputTypes::StreamProcessorInput

Kinesis video stream that provides the source streaming video.

Returns:

#last_update_timestampTime

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.

Returns:

  • (Time)

    The time, in Unix format, the stream processor was last updated.

#nameString

Name of the stream processor.

Returns:

  • (String)

    Name of the stream processor.

#outputTypes::StreamProcessorOutput

Kinesis data stream to which Amazon Rekognition Video puts the analysis results.

Returns:

#role_arnString

ARN of the IAM role that allows access to the stream processor.

Returns:

  • (String)

    ARN of the IAM role that allows access to the stream processor.

#settingsTypes::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.

Returns:

#statusString

Current status of the stream processor.

Possible values:

  • STOPPED
  • STARTING
  • RUNNING
  • FAILED
  • STOPPING

Returns:

  • (String)

    Current status of the stream processor.

#status_messageString

Detailed status message about the stream processor.

Returns:

  • (String)

    Detailed status message about the stream processor.

#stream_processor_arnString

ARN of the stream processor.

Returns:

  • (String)

    ARN of the stream processor.