Class: Aws::SupplyChain::Types::DataIntegrationFlowDatasetOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DataIntegrationFlowDatasetOptions
- 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
-
#dedupe_records ⇒ Boolean
The dataset load option to remove duplicates.
-
#load_type ⇒ String
The dataset data load type in dataset options.
Instance Attribute Details
#dedupe_records ⇒ Boolean
The dataset load option to remove duplicates.
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_type ⇒ String
The dataset data load type in dataset options.
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 |