Class: Aws::HealthLake::Types::SampleDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::SampleDataSource
- 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
-
#s3_uri ⇒ String
The Amazon S3 URI of the sample data file.
Instance Attribute Details
#s3_uri ⇒ String
The Amazon S3 URI of the sample data file.
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 |