Class: Aws::HealthLake::Types::ProfileMappingSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb

Overview

Contains raw content to use as the source when creating a data transformation profile directly from a mapping.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_mappingHash<String,String>

The content as a map of file paths to profile strings.

Returns:

  • (Hash<String,String>)


1734
1735
1736
1737
1738
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1734

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