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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/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 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 948

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