Class: Aws::NimbleStudio::Types::GetStreamingSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::GetStreamingSessionResponse
- 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.
1166 1167 1168 1169 1170 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1166 class GetStreamingSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |