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

Class: Aws::KinesisVideo::Types::StreamInfo

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

Overview

An object describing a Kinesis video stream.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A time stamp that indicates when the stream was created.

Returns:

  • (Time)

    A time stamp that indicates when the stream was created.

#data_retention_in_hoursInteger

How long the stream retains data, in hours.

Returns:

  • (Integer)

    How long the stream retains data, in hours.

#device_nameString

The name of the device that is associated with the stream.

Returns:

  • (String)

    The name of the device that is associated with the stream.

#kms_key_idString

The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.

Returns:

  • (String)

    The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.

#media_typeString

The MediaType of the stream.

Returns:

  • (String)

    The MediaType of the stream.

#statusString

The status of the stream.

Possible values:

  • CREATING
  • ACTIVE
  • UPDATING
  • DELETING

Returns:

  • (String)

    The status of the stream.

#stream_arnString

The Amazon Resource Name (ARN) of the stream.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the stream.

#stream_nameString

The name of the stream.

Returns:

  • (String)

    The name of the stream.

#versionString

The version of the stream.

Returns:

  • (String)

    The version of the stream.