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 (Synthea) data store.

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)


900
901
902
903
904
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 900

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