Class: Aws::GlueDataBrew::Types::ListDatasetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ListDatasetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in this request.
-
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in this request.
2409 2410 2411 2412 2413 2414 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2409 class ListDatasetsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
2409 2410 2411 2412 2413 2414 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2409 class ListDatasetsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |