Class: Aws::HealthLake::Types::ProfileMappingSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ProfileMappingSource
- 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
-
#profile_mapping ⇒ Hash<String,String>
The content as a map of file paths to profile strings.
Instance Attribute Details
#profile_mapping ⇒ Hash<String,String>
The content as a map of file paths to profile strings.
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 |