Class: Aws::SupplyChain::Types::CreateDataLakeNamespaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::CreateDataLakeNamespaceResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The response parameters of CreateDataLakeNamespace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace ⇒ Types::DataLakeNamespace
The detail of created namespace.
Instance Attribute Details
#namespace ⇒ Types::DataLakeNamespace
The detail of created namespace.
303 304 305 306 307 |
# File 'lib/aws-sdk-supplychain/types.rb', line 303 class CreateDataLakeNamespaceResponse < Struct.new( :namespace) SENSITIVE = [] include Aws::Structure end |