Class: Aws::NimbleStudio::Types::ListStreamingImagesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


1843
1844
1845
1846
1847
1848
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1843

class ListStreamingImagesResponse < Struct.new(
  :next_token,
  :streaming_images)
  SENSITIVE = []
  include Aws::Structure
end

#streaming_imagesArray<Types::StreamingImage>

A collection of streaming images.

Returns:



1843
1844
1845
1846
1847
1848
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1843

class ListStreamingImagesResponse < Struct.new(
  :next_token,
  :streaming_images)
  SENSITIVE = []
  include Aws::Structure
end