Class: Aws::NimbleStudio::Types::StartStreamingSessionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sessionTypes::StreamingSession

A streaming session is a virtual workstation created using a particular launch profile.



2361
2362
2363
2364
2365
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2361

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