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>)


1828
1829
1830
1831
1832
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1828

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