Class: Aws::NimbleStudio::Types::ListStreamingImagesRequest

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)


1824
1825
1826
1827
1828
1829
1830
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1824

class ListStreamingImagesRequest < Struct.new(
  :next_token,
  :owner,
  :studio_id)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

Filter this request to streaming images with the given owner

Returns:

  • (String)


1824
1825
1826
1827
1828
1829
1830
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1824

class ListStreamingImagesRequest < Struct.new(
  :next_token,
  :owner,
  :studio_id)
  SENSITIVE = []
  include Aws::Structure
end

#studio_idString

The studio ID.

Returns:

  • (String)


1824
1825
1826
1827
1828
1829
1830
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1824

class ListStreamingImagesRequest < Struct.new(
  :next_token,
  :owner,
  :studio_id)
  SENSITIVE = []
  include Aws::Structure
end