Class: Aws::NimbleStudio::Types::UpdateStreamingImageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::UpdateStreamingImageResponse
- Defined in:
- gems/aws-sdk-nimblestudio/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 Elastic Compute Cloud (Amazon EC2) machine image that you create for this purpose. You can also include software that your users require.
4078 4079 4080 4081 4082 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 4078 class UpdateStreamingImageResponse < Struct.new( :streaming_image) SENSITIVE = [] include Aws::Structure end |