Class: Aws::HealthLake::Types::PreloadDataConfig

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

Instance Attribute Details

#preload_data_typeString

The type of preloaded data. Only Synthea preloaded data is supported.

Returns:

  • (String)


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