Class: Aws::NimbleStudio::Types::CreateStreamingSessionStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::CreateStreamingSessionStreamResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream ⇒ Types::StreamingSessionStream
The stream.
Instance Attribute Details
#stream ⇒ Types::StreamingSessionStream
The stream.
406 407 408 409 410 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 406 class CreateStreamingSessionStreamResponse < Struct.new( :stream) SENSITIVE = [] include Aws::Structure end |