Class: Aws::NimbleStudio::Types::DeleteStreamingSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::DeleteStreamingSessionResponse
- 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.
726 727 728 729 730 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 726 class DeleteStreamingSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |