Class: Aws::NimbleStudio::Types::StopStreamingSessionResponse

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.



2443
2444
2445
2446
2447
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2443

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