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_description ⇒ String

A description of what changed in this version.

Returns:

  • (String)


1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-healthlake/types.rb', line 1057

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_at ⇒ Time

The timestamp when this version was last updated.

Returns:

  • (Time)


1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-healthlake/types.rb', line 1057

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_description ⇒ String

The description of the profile.

Returns:

  • (String)


1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-healthlake/types.rb', line 1057

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_id ⇒ String

The unique identifier of the profile.

Returns:

  • (String)


1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-healthlake/types.rb', line 1057

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_mapping ⇒ Hash<String,String>

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

Returns:

  • (Hash<String,String>)


1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-healthlake/types.rb', line 1057

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_name ⇒ String

The name of the profile.

Returns:

  • (String)


1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-healthlake/types.rb', line 1057

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_format ⇒ String

The source data format of the profile.

Returns:

  • (String)


1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-healthlake/types.rb', line 1057

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_format ⇒ String

The target output format of the profile.

Returns:

  • (String)


1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-healthlake/types.rb', line 1057

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

#version ⇒ Integer

The version number of the retrieved profile.

Returns:

  • (Integer)


1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-healthlake/types.rb', line 1057

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