Class: Aws::HealthLake::Types::PreloadDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::PreloadDataConfig
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb
Overview
The input properties for the preloaded data store. Only data preloaded from Synthea is supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#preload_data_type ⇒ String
The type of preloaded data.
Instance Attribute Details
#preload_data_type ⇒ String
The type of preloaded data. Only Synthea preloaded data is supported.
909 910 911 912 913 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 909 class PreloadDataConfig < Struct.new( :preload_data_type) SENSITIVE = [] include Aws::Structure end |