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_uri ⇒ String

The Amazon S3 URI of the input data to transform.

Returns:

  • (String)


2418
2419
2420
2421
2422
2423
# File 'lib/aws-sdk-healthlake/types.rb', line 2418

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).

Returns:

  • (String)


2418
2419
2420
2421
2422
2423
# File 'lib/aws-sdk-healthlake/types.rb', line 2418

class TransformationInputDataConfig < Struct.new(
  :s3_uri,
  :source_format)
  SENSITIVE = []
  include Aws::Structure
end