Class: Aws::NimbleStudio::Types::GetStreamingImageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::GetStreamingImageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#streaming_image ⇒ Types::StreamingImage
The streaming image.
Instance Attribute Details
#streaming_image ⇒ Types::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 |