Class: Aws::IVSRealTime::Types::StageSessionSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb

Overview

Summary information about a stage session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

ISO 8601 timestamp (returned as a string) when the stage session ended. This is null if the stage is active.

Returns:

  • (Time)


2374
2375
2376
2377
2378
2379
2380
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2374

class StageSessionSummary < Struct.new(
  :session_id,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

ID of the session within the stage.

Returns:

  • (String)


2374
2375
2376
2377
2378
2379
2380
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2374

class StageSessionSummary < Struct.new(
  :session_id,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

ISO 8601 timestamp (returned as a string) when this stage session began.

Returns:

  • (Time)


2374
2375
2376
2377
2378
2379
2380
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2374

class StageSessionSummary < Struct.new(
  :session_id,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end