Class: Aws::SupplyChain::Types::DataIntegrationFlowSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DataIntegrationFlowSource
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The DataIntegrationFlow source parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_source ⇒ Types::DataIntegrationFlowDatasetSourceConfiguration
The dataset DataIntegrationFlow source.
-
#s3_source ⇒ Types::DataIntegrationFlowS3SourceConfiguration
The S3 DataIntegrationFlow source.
-
#source_name ⇒ String
The DataIntegrationFlow source name that can be used as table alias in SQL transformation query.
-
#source_type ⇒ String
The DataIntegrationFlow source type.
Instance Attribute Details
#dataset_source ⇒ Types::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_source ⇒ Types::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_name ⇒ String
The DataIntegrationFlow source name that can be used as table alias in SQL transformation query.
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_type ⇒ String
The DataIntegrationFlow source type.
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 |