Class: Aws::SupplyChain::Types::ListDataLakeNamespacesResponse

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

Overview

The response parameters of ListDataLakeNamespaces.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#namespacesArray<Types::DataLakeNamespace>

The list of fetched namespace details. Noted it only contains custom namespaces, pre-defined namespaces are not included.

Returns:



1984
1985
1986
1987
1988
1989
# File 'lib/aws-sdk-supplychain/types.rb', line 1984

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

#next_tokenString

The pagination token to fetch next page of namespaces.

Returns:

  • (String)


1984
1985
1986
1987
1988
1989
# File 'lib/aws-sdk-supplychain/types.rb', line 1984

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