Class: Aws::SupplyChain::Types::UpdateDataLakeDatasetRequest

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

Overview

The request parameters of UpdateDataLakeDataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The updated description of the data lake dataset.

Returns:

  • (String)


1443
1444
1445
1446
1447
1448
1449
1450
# File 'lib/aws-sdk-supplychain/types.rb', line 1443

class UpdateDataLakeDatasetRequest < Struct.new(
  :instance_id,
  :namespace,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The Amazon Web Services Chain instance identifier.

Returns:

  • (String)


1443
1444
1445
1446
1447
1448
1449
1450
# File 'lib/aws-sdk-supplychain/types.rb', line 1443

class UpdateDataLakeDatasetRequest < Struct.new(
  :instance_id,
  :namespace,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the dataset. For asc name space, the name must be one of the supported data entities under [docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html][1].

[1]: docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html

Returns:

  • (String)


1443
1444
1445
1446
1447
1448
1449
1450
# File 'lib/aws-sdk-supplychain/types.rb', line 1443

class UpdateDataLakeDatasetRequest < Struct.new(
  :instance_id,
  :namespace,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The name space of the dataset. The available values are:

[1]: docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html

Returns:

  • (String)


1443
1444
1445
1446
1447
1448
1449
1450
# File 'lib/aws-sdk-supplychain/types.rb', line 1443

class UpdateDataLakeDatasetRequest < Struct.new(
  :instance_id,
  :namespace,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end