Class: Aws::SupplyChain::Types::ListDataLakeNamespacesRequest

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

Overview

The request parameters of ListDataLakeNamespaces.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The Amazon Web Services Supply Chain instance identifier.

Returns:

  • (String)


1963
1964
1965
1966
1967
1968
1969
# File 'lib/aws-sdk-supplychain/types.rb', line 1963

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

#max_resultsInteger

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

Returns:

  • (Integer)


1963
1964
1965
1966
1967
1968
1969
# File 'lib/aws-sdk-supplychain/types.rb', line 1963

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

#next_tokenString

The pagination token to fetch next page of namespaces.

Returns:

  • (String)


1963
1964
1965
1966
1967
1968
1969
# File 'lib/aws-sdk-supplychain/types.rb', line 1963

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