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)


787
788
789
790
791
792
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 787

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

#stage_arnString

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

Returns:

  • (String)


787
788
789
790
791
792
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 787

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