Class: Aws::NimbleStudio::Types::ListStudiosRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ListStudiosRequest
- 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.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
2043 2044 2045 2046 2047 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2043 class ListStudiosRequest < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |