Class: Aws::NimbleStudio::Types::GetStreamingImageResponse

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

#streaming_imageTypes::StreamingImage

The streaming image.



1108
1109
1110
1111
1112
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1108

class GetStreamingImageResponse < Struct.new(
  :streaming_image)
  SENSITIVE = []
  include Aws::Structure
end