Class: Aws::NimbleStudio::Types::CreateStreamingSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::CreateStreamingSessionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session ⇒ Types::StreamingSession
The session.
Instance Attribute Details
#session ⇒ Types::StreamingSession
The session.
361 362 363 364 365 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 361 class CreateStreamingSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |