Class: Aws::SupplyChain::Types::GetDataLakeNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::GetDataLakeNamespaceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The request parameters for GetDataLakeNamespace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
-
#name ⇒ String
The name of the namespace.
Instance Attribute Details
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
1610 1611 1612 1613 1614 1615 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1610 class GetDataLakeNamespaceRequest < Struct.new( :instance_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the namespace. Besides the namespaces user created, you can also specify the pre-defined namespaces:
-
asc - Pre-defined namespace containing Amazon Web Services Supply Chain supported datasets, see [docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html][1].
-
default - Pre-defined namespace containing datasets with custom user-defined schemas.
[1]: docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html
1610 1611 1612 1613 1614 1615 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1610 class GetDataLakeNamespaceRequest < Struct.new( :instance_id, :name) SENSITIVE = [] include Aws::Structure end |