Class: Aws::IVSRealTime::Types::GetStageSessionResponse

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

#stage_sessionTypes::StageSession

The stage session that is returned.

Returns:



800
801
802
803
804
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 800

class GetStageSessionResponse < Struct.new(
  :stage_session)
  SENSITIVE = []
  include Aws::Structure
end