Class: Aws::HealthLake::Types::SampleDataSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb

Overview

Identifies a sample data file in Amazon S3 to use as the source when creating a data transformation profile. Valid only when the source format is Comma-separated values (CSV).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

The Amazon S3 URI of the sample data file.

Returns:

  • (String)


1859
1860
1861
1862
1863
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1859

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