Class: Aws::FinSpaceData::Types::ListDatasetsResponse

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

Overview

Response for the ListDatasets operation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datasetsArray<Types::Dataset>

List of Datasets.

Returns:



1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1870

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

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1870

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