Class: Aws::NimbleStudio::Types::GetStreamingSessionStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::GetStreamingSessionStreamResponse
- 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.
1200 1201 1202 1203 1204 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1200 class GetStreamingSessionStreamResponse < Struct.new( :stream) SENSITIVE = [] include Aws::Structure end |