Class: Aws::NimbleStudio::Types::StopStreamingSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::StopStreamingSessionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session ⇒ Types::StreamingSession
A streaming session is a virtual workstation created using a particular launch profile.
Instance Attribute Details
#session ⇒ Types::StreamingSession
A streaming session is a virtual workstation created using a particular launch profile.
2443 2444 2445 2446 2447 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2443 class StopStreamingSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |