Class: Aws::GlueDataBrew::Types::ListDatasetsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datasetsArray<Types::Dataset>

A list of datasets that are defined.

Returns:



2427
2428
2429
2430
2431
2432
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2427

class ListDatasetsResponse < Struct.new(
  :datasets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that you can use in a subsequent call to retrieve the next set of results.

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2427

class ListDatasetsResponse < Struct.new(
  :datasets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end