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)


760
761
762
763
764
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 760

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