Class: Aws::NimbleStudio::Types::GetStreamingSessionStreamResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#streamTypes::StreamingSessionStream

The stream.



1200
1201
1202
1203
1204
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1200

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