Class: Aws::HealthLake::Types::UpdateDataTransformationProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::UpdateDataTransformationProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
The request parameters for the UpdateDataTransformationProfile
operation.
Constant Summary collapse
- SENSITIVE =
[:profile_mapping]
Instance Attribute Summary collapse
-
#change_description ⇒ String
A description of what changed in this update.
-
#profile_id ⇒ String
The unique identifier of the profile to update.
-
#profile_mapping ⇒ Hash<String,String>
The new profile content for the DRAFT version.
Instance Attribute Details
#change_description ⇒ String
A description of what changed in this update.
2471 2472 2473 2474 2475 2476 2477 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2471 class UpdateDataTransformationProfileRequest < Struct.new( :profile_id, :profile_mapping, :change_description) SENSITIVE = [:profile_mapping] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier of the profile to update.
2471 2472 2473 2474 2475 2476 2477 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2471 class UpdateDataTransformationProfileRequest < Struct.new( :profile_id, :profile_mapping, :change_description) SENSITIVE = [:profile_mapping] include Aws::Structure end |
#profile_mapping ⇒ Hash<String,String>
The new profile content for the DRAFT version. This is a full replacement of all profile files.
2471 2472 2473 2474 2475 2476 2477 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2471 class UpdateDataTransformationProfileRequest < Struct.new( :profile_id, :profile_mapping, :change_description) SENSITIVE = [:profile_mapping] include Aws::Structure end |