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)


1742
1743
1744
1745
1746
1747
1748
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1742

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

#session_idString

ID of the session within the stage.

Returns:

  • (String)


1742
1743
1744
1745
1746
1747
1748
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1742

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

#start_timeTime

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

Returns:

  • (Time)


1742
1743
1744
1745
1746
1747
1748
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1742

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