Class: Aws::SupplyChain::Types::DataIntegrationFlowSQLTransformationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DataIntegrationFlowSQLTransformationConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The SQL DataIntegrationFlow transformation configuration parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query ⇒ String
The transformation SQL query body based on SparkSQL.
Instance Attribute Details
#query ⇒ String
The transformation SQL query body based on SparkSQL.
478 479 480 481 482 |
# File 'lib/aws-sdk-supplychain/types.rb', line 478 class DataIntegrationFlowSQLTransformationConfiguration < Struct.new( :query) SENSITIVE = [] include Aws::Structure end |