Class: Aws::HealthLake::Types::TransformationInputDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::TransformationInputDataConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
The Amazon S3 location and source format configuration for input data in a transformation job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
The Amazon S3 URI of the input data to transform.
-
#source_format ⇒ String
The format of the source data files (C-CDA or CSV).
Instance Attribute Details
#s3_uri ⇒ String
The Amazon S3 URI of the input data to transform.
2211 2212 2213 2214 2215 2216 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2211 class TransformationInputDataConfig < Struct.new( :s3_uri, :source_format) SENSITIVE = [] include Aws::Structure end |
#source_format ⇒ String
The format of the source data files (C-CDA or CSV).
2211 2212 2213 2214 2215 2216 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2211 class TransformationInputDataConfig < Struct.new( :s3_uri, :source_format) SENSITIVE = [] include Aws::Structure end |