Class: Aws::NimbleStudio::Types::UpdateStreamingImageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::UpdateStreamingImageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#streaming_image ⇒ Types::StreamingImage
Represents a streaming image resource.
Instance Attribute Details
#streaming_image ⇒ Types::StreamingImage
Represents a streaming image resource.
Streaming images are used by studio users to select which operating system and software they want to use in a Nimble Studio streaming session.
Amazon provides a number of streaming images that include popular 3rd-party software.
You can create your own streaming images using an Amazon EC2 machine image that you create for this purpose. You can also include software that your users require.
3802 3803 3804 3805 3806 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3802 class UpdateStreamingImageResponse < Struct.new( :streaming_image) SENSITIVE = [] include Aws::Structure end |