Class: Aws::HealthLake::Types::GetDataTransformationProfileResponse

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

Overview

The response from the GetDataTransformationProfile operation.

Constant Summary collapse

SENSITIVE =
[:profile_mapping]

Instance Attribute Summary collapse

Instance Attribute Details

#change_descriptionString

A description of what changed in this version.

Returns:

  • (String)


966
967
968
969
970
971
972
973
974
975
976
977
978
# File 'lib/aws-sdk-healthlake/types.rb', line 966

class GetDataTransformationProfileResponse < Struct.new(
  :profile_id,
  :version,
  :source_format,
  :target_format,
  :profile_mapping,
  :profile_name,
  :profile_description,
  :change_description,
  :last_updated_at)
  SENSITIVE = [:profile_mapping]
  include Aws::Structure
end

#last_updated_atTime

The timestamp when this version was last updated.

Returns:

  • (Time)


966
967
968
969
970
971
972
973
974
975
976
977
978
# File 'lib/aws-sdk-healthlake/types.rb', line 966

class GetDataTransformationProfileResponse < Struct.new(
  :profile_id,
  :version,
  :source_format,
  :target_format,
  :profile_mapping,
  :profile_name,
  :profile_description,
  :change_description,
  :last_updated_at)
  SENSITIVE = [:profile_mapping]
  include Aws::Structure
end

#profile_descriptionString

The description of the profile.

Returns:

  • (String)


966
967
968
969
970
971
972
973
974
975
976
977
978
# File 'lib/aws-sdk-healthlake/types.rb', line 966

class GetDataTransformationProfileResponse < Struct.new(
  :profile_id,
  :version,
  :source_format,
  :target_format,
  :profile_mapping,
  :profile_name,
  :profile_description,
  :change_description,
  :last_updated_at)
  SENSITIVE = [:profile_mapping]
  include Aws::Structure
end

#profile_idString

The unique identifier of the profile.

Returns:

  • (String)


966
967
968
969
970
971
972
973
974
975
976
977
978
# File 'lib/aws-sdk-healthlake/types.rb', line 966

class GetDataTransformationProfileResponse < Struct.new(
  :profile_id,
  :version,
  :source_format,
  :target_format,
  :profile_mapping,
  :profile_name,
  :profile_description,
  :change_description,
  :last_updated_at)
  SENSITIVE = [:profile_mapping]
  include Aws::Structure
end

#profile_mappingHash<String,String>

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

Returns:

  • (Hash<String,String>)


966
967
968
969
970
971
972
973
974
975
976
977
978
# File 'lib/aws-sdk-healthlake/types.rb', line 966

class GetDataTransformationProfileResponse < Struct.new(
  :profile_id,
  :version,
  :source_format,
  :target_format,
  :profile_mapping,
  :profile_name,
  :profile_description,
  :change_description,
  :last_updated_at)
  SENSITIVE = [:profile_mapping]
  include Aws::Structure
end

#profile_nameString

The name of the profile.

Returns:

  • (String)


966
967
968
969
970
971
972
973
974
975
976
977
978
# File 'lib/aws-sdk-healthlake/types.rb', line 966

class GetDataTransformationProfileResponse < Struct.new(
  :profile_id,
  :version,
  :source_format,
  :target_format,
  :profile_mapping,
  :profile_name,
  :profile_description,
  :change_description,
  :last_updated_at)
  SENSITIVE = [:profile_mapping]
  include Aws::Structure
end

#source_formatString

The source data format of the profile.

Returns:

  • (String)


966
967
968
969
970
971
972
973
974
975
976
977
978
# File 'lib/aws-sdk-healthlake/types.rb', line 966

class GetDataTransformationProfileResponse < Struct.new(
  :profile_id,
  :version,
  :source_format,
  :target_format,
  :profile_mapping,
  :profile_name,
  :profile_description,
  :change_description,
  :last_updated_at)
  SENSITIVE = [:profile_mapping]
  include Aws::Structure
end

#target_formatString

The target output format of the profile.

Returns:

  • (String)


966
967
968
969
970
971
972
973
974
975
976
977
978
# File 'lib/aws-sdk-healthlake/types.rb', line 966

class GetDataTransformationProfileResponse < Struct.new(
  :profile_id,
  :version,
  :source_format,
  :target_format,
  :profile_mapping,
  :profile_name,
  :profile_description,
  :change_description,
  :last_updated_at)
  SENSITIVE = [:profile_mapping]
  include Aws::Structure
end

#versionInteger

The version number of the retrieved profile.

Returns:

  • (Integer)


966
967
968
969
970
971
972
973
974
975
976
977
978
# File 'lib/aws-sdk-healthlake/types.rb', line 966

class GetDataTransformationProfileResponse < Struct.new(
  :profile_id,
  :version,
  :source_format,
  :target_format,
  :profile_mapping,
  :profile_name,
  :profile_description,
  :change_description,
  :last_updated_at)
  SENSITIVE = [:profile_mapping]
  include Aws::Structure
end