Class: Aws::SupplyChain::Types::DataIntegrationFlowDatasetOptions

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

Overview

The dataset options used in dataset source and target configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dedupe_recordsBoolean

The dataset load option to remove duplicates.

Returns:

  • (Boolean)


363
364
365
366
367
368
# File 'lib/aws-sdk-supplychain/types.rb', line 363

class DataIntegrationFlowDatasetOptions < Struct.new(
  :load_type,
  :dedupe_records)
  SENSITIVE = []
  include Aws::Structure
end

#load_typeString

The dataset data load type in dataset options.

Returns:

  • (String)


363
364
365
366
367
368
# File 'lib/aws-sdk-supplychain/types.rb', line 363

class DataIntegrationFlowDatasetOptions < Struct.new(
  :load_type,
  :dedupe_records)
  SENSITIVE = []
  include Aws::Structure
end