Class: Aws::NimbleStudio::Types::ListStreamingImagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ListStreamingImagesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#streaming_images ⇒ Array<Types::StreamingImage>
A collection of streaming images.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
1843 1844 1845 1846 1847 1848 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1843 class ListStreamingImagesResponse < Struct.new( :next_token, :streaming_images) SENSITIVE = [] include Aws::Structure end |
#streaming_images ⇒ Array<Types::StreamingImage>
A collection of streaming images.
1843 1844 1845 1846 1847 1848 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1843 class ListStreamingImagesResponse < Struct.new( :next_token, :streaming_images) SENSITIVE = [] include Aws::Structure end |