Class: Aws::SupplyChain::Types::UpdateDataLakeNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::UpdateDataLakeNamespaceRequest
- Defined in:
- gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb
Overview
The request parameters of UpdateDataLakeNamespace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The updated description of the data lake namespace.
-
#instance_id ⇒ String
The Amazon Web Services Chain instance identifier.
-
#name ⇒ String
The name of the namespace.
Instance Attribute Details
#description ⇒ String
The updated description of the data lake namespace.
2431 2432 2433 2434 2435 2436 2437 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 2431 class UpdateDataLakeNamespaceRequest < Struct.new( :instance_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The Amazon Web Services Chain instance identifier.
2431 2432 2433 2434 2435 2436 2437 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 2431 class UpdateDataLakeNamespaceRequest < Struct.new( :instance_id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the namespace. Noted you cannot update namespace with name starting with asc, default, scn, aws, amazon, amzn
2431 2432 2433 2434 2435 2436 2437 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 2431 class UpdateDataLakeNamespaceRequest < Struct.new( :instance_id, :name, :description) SENSITIVE = [] include Aws::Structure end |