Class: Aws::HealthLake::Types::UpdateDataTransformationProfileRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#change_descriptionString

A description of what changed in this update.

Returns:

  • (String)


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_idString

The unique identifier of the profile to update.

Returns:

  • (String)


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_mappingHash<String,String>

The new profile content for the DRAFT version. This is a full replacement of all profile files.

Returns:

  • (Hash<String,String>)


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