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

Class: Aws::IVS::Types::StreamSummary

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

Overview

Summary information about a stream.

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

Channel ARN for the stream.

Returns:

  • (String)

    Channel ARN for the stream.

#healthString

The stream’s health.

Possible values:

  • HEALTHY
  • STARVING
  • UNKNOWN

Returns:

  • (String)

    The stream’s health.

#start_timeTime

ISO-8601 formatted timestamp of the stream’s start.

Returns:

  • (Time)

    ISO-8601 formatted timestamp of the stream’s start.

#stateString

The stream’s state.

Possible values:

  • LIVE
  • OFFLINE

Returns:

  • (String)

    The stream’s state.

#viewer_countInteger

Number of current viewers of the stream.

Returns:

  • (Integer)

    Number of current viewers of the stream.