Class: Aws::GlueDataBrew::Types::ListDatasetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ListDatasetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datasets ⇒ Array<Types::Dataset>
A list of datasets that are defined.
-
#next_token ⇒ String
A token that you can use in a subsequent call to retrieve the next set of results.
Instance Attribute Details
#datasets ⇒ Array<Types::Dataset>
A list of datasets that are defined.
2427 2428 2429 2430 2431 2432 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2427 class ListDatasetsResponse < Struct.new( :datasets, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that you can use in a subsequent call to retrieve the next set of results.
2427 2428 2429 2430 2431 2432 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2427 class ListDatasetsResponse < Struct.new( :datasets, :next_token) SENSITIVE = [] include Aws::Structure end |