Class: Aws::IVSRealTime::Types::GetStageSessionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_idString

ID of a session within the stage.

Returns:

  • (String)


989
990
991
992
993
994
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 989

class GetStageSessionRequest < Struct.new(
  :stage_arn,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#stage_arnString

ARN of the stage for which the information is to be retrieved.

Returns:

  • (String)


989
990
991
992
993
994
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 989

class GetStageSessionRequest < Struct.new(
  :stage_arn,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end