Class: Aws::IVS::Types::StreamSessionSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivs/types.rb

Overview

Summary information about a stream session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

Time when the channel went offline. This is an ISO 8601 timestamp; *note that this is returned as a string*. For live streams, this is ‘NULL`.

Returns:

  • (Time)


2059
2060
2061
2062
2063
2064
2065
2066
# File 'lib/aws-sdk-ivs/types.rb', line 2059

class StreamSessionSummary < Struct.new(
  :end_time,
  :has_error_event,
  :start_time,
  :stream_id)
  SENSITIVE = []
  include Aws::Structure
end

#has_error_eventBoolean

If ‘true`, this stream encountered a quota breach or failure.

Returns:

  • (Boolean)


2059
2060
2061
2062
2063
2064
2065
2066
# File 'lib/aws-sdk-ivs/types.rb', line 2059

class StreamSessionSummary < Struct.new(
  :end_time,
  :has_error_event,
  :start_time,
  :stream_id)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

Time when the channel went live. This is an ISO 8601 timestamp; *note that this is returned as a string*.

Returns:

  • (Time)


2059
2060
2061
2062
2063
2064
2065
2066
# File 'lib/aws-sdk-ivs/types.rb', line 2059

class StreamSessionSummary < Struct.new(
  :end_time,
  :has_error_event,
  :start_time,
  :stream_id)
  SENSITIVE = []
  include Aws::Structure
end

#stream_idString

Unique identifier for a live or previously live stream in the specified channel.

Returns:

  • (String)


2059
2060
2061
2062
2063
2064
2065
2066
# File 'lib/aws-sdk-ivs/types.rb', line 2059

class StreamSessionSummary < Struct.new(
  :end_time,
  :has_error_event,
  :start_time,
  :stream_id)
  SENSITIVE = []
  include Aws::Structure
end