Class: Aws::IVS::Types::GetStreamSessionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stream_sessionTypes::StreamSession

List of stream details.



948
949
950
951
952
# File 'lib/aws-sdk-ivs/types.rb', line 948

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