Class: Aws::SupplyChain::Types::ListDataLakeDatasetsRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-supplychain/types.rb

Overview

The request parameters of ListDataLakeDatasets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The Amazon Web Services Supply Chain instance identifier.

Returns:

  • (String)


1919
1920
1921
1922
1923
1924
1925
1926
# File 'lib/aws-sdk-supplychain/types.rb', line 1919

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

#max_resultsInteger

The max number of datasets to fetch in this paginated request.

Returns:

  • (Integer)


1919
1920
1921
1922
1923
1924
1925
1926
# File 'lib/aws-sdk-supplychain/types.rb', line 1919

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

#namespaceString

The namespace of the dataset, besides the custom defined namespace, every instance comes with below pre-defined namespaces:

[1]: docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html

Returns:

  • (String)


1919
1920
1921
1922
1923
1924
1925
1926
# File 'lib/aws-sdk-supplychain/types.rb', line 1919

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

#next_tokenString

The pagination token to fetch next page of datasets.

Returns:

  • (String)


1919
1920
1921
1922
1923
1924
1925
1926
# File 'lib/aws-sdk-supplychain/types.rb', line 1919

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