Class: Aws::SupplyChain::Types::ListDataLakeNamespacesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::ListDataLakeNamespacesRequest
- 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_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
-
#max_results ⇒ Integer
The max number of namespaces to fetch in this paginated request.
-
#next_token ⇒ String
The pagination token to fetch next page of namespaces.
Instance Attribute Details
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
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_results ⇒ Integer
The max number of namespaces to fetch in this paginated request.
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_token ⇒ String
The pagination token to fetch next page of namespaces.
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 |