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)


1097
1098
1099
1100
1101
1102
1103
1104
# File 'lib/aws-sdk-supplychain/types.rb', line 1097

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)


1097
1098
1099
1100
1101
1102
1103
1104
# File 'lib/aws-sdk-supplychain/types.rb', line 1097

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

#namespaceString

The namespace of the dataset. The available values are:

  • asc: for [ AWS Supply Chain supported datasets ][1].

  • default: for datasets with custom user-defined schemas.

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

Returns:

  • (String)


1097
1098
1099
1100
1101
1102
1103
1104
# File 'lib/aws-sdk-supplychain/types.rb', line 1097

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)


1097
1098
1099
1100
1101
1102
1103
1104
# File 'lib/aws-sdk-supplychain/types.rb', line 1097

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