Class: Aws::HealthLake::Types::TransformationInputDataConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3_uriString

The Amazon S3 URI of the input data to transform.

Returns:

  • (String)


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_formatString

The format of the source data files (C-CDA or CSV).

Returns:

  • (String)


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