Class: Aws::NimbleStudio::Types::ListStreamingImagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ListStreamingImagesRequest
- 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.
-
#owner ⇒ String
Filter this request to streaming images with the given owner.
-
#studio_id ⇒ String
The studio ID.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
1824 1825 1826 1827 1828 1829 1830 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1824 class ListStreamingImagesRequest < Struct.new( :next_token, :owner, :studio_id) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
Filter this request to streaming images with the given owner
1824 1825 1826 1827 1828 1829 1830 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1824 class ListStreamingImagesRequest < Struct.new( :next_token, :owner, :studio_id) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
1824 1825 1826 1827 1828 1829 1830 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1824 class ListStreamingImagesRequest < Struct.new( :next_token, :owner, :studio_id) SENSITIVE = [] include Aws::Structure end |