Class: Aws::SupplyChain::Types::DataIntegrationFlowSource

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

Overview

The DataIntegrationFlow source parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_sourceTypes::DataIntegrationFlowDatasetSourceConfiguration

The dataset DataIntegrationFlow source.



505
506
507
508
509
510
511
512
# File 'lib/aws-sdk-supplychain/types.rb', line 505

class DataIntegrationFlowSource < Struct.new(
  :source_type,
  :source_name,
  :s3_source,
  :dataset_source)
  SENSITIVE = []
  include Aws::Structure
end

#s3_sourceTypes::DataIntegrationFlowS3SourceConfiguration

The S3 DataIntegrationFlow source.



505
506
507
508
509
510
511
512
# File 'lib/aws-sdk-supplychain/types.rb', line 505

class DataIntegrationFlowSource < Struct.new(
  :source_type,
  :source_name,
  :s3_source,
  :dataset_source)
  SENSITIVE = []
  include Aws::Structure
end

#source_nameString

The DataIntegrationFlow source name that can be used as table alias in SQL transformation query.

Returns:

  • (String)


505
506
507
508
509
510
511
512
# File 'lib/aws-sdk-supplychain/types.rb', line 505

class DataIntegrationFlowSource < Struct.new(
  :source_type,
  :source_name,
  :s3_source,
  :dataset_source)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The DataIntegrationFlow source type.

Returns:

  • (String)


505
506
507
508
509
510
511
512
# File 'lib/aws-sdk-supplychain/types.rb', line 505

class DataIntegrationFlowSource < Struct.new(
  :source_type,
  :source_name,
  :s3_source,
  :dataset_source)
  SENSITIVE = []
  include Aws::Structure
end