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_arn ⇒ String

Channel ARN for the stream.

Returns:

  • (String) —

    Channel ARN for the stream.

#health ⇒ String

The stream’s health.

Possible values:

  • HEALTHY
  • STARVING
  • UNKNOWN

Returns:

  • (String) —

    The stream’s health.

#start_time ⇒ Time

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

Returns:

  • (Time) —

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

#state ⇒ String

The stream’s state.

Possible values:

  • LIVE
  • OFFLINE

Returns:

  • (String) —

    The stream’s state.

#viewer_count ⇒ Integer

Number of current viewers of the stream.

Returns:

  • (Integer) —

    Number of current viewers of the stream.