Class: Aws::NimbleStudio::Types::GetStreamingSessionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-nimblestudio/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sessionTypes::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