Class: Aws::FinSpaceData::Types::ListDatasetsRequest

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

Overview

Request for the ListDatasets operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results per page.

Returns:

  • (Integer)


1851
1852
1853
1854
1855
1856
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1851

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

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


1851
1852
1853
1854
1855
1856
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1851

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