Class: Aws::HealthLake::Types::CreateDataTransformationProfileResponse

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

Overview

The response from the CreateDataTransformationProfile operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_atTime

The timestamp when the profile was last updated.

Returns:

  • (Time)


224
225
226
227
228
229
230
231
232
233
# File 'lib/aws-sdk-healthlake/types.rb', line 224

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

#profile_idString

The unique identifier of the created profile.

Returns:

  • (String)


224
225
226
227
228
229
230
231
232
233
# File 'lib/aws-sdk-healthlake/types.rb', line 224

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

#profile_nameString

The name of the created profile.

Returns:

  • (String)


224
225
226
227
228
229
230
231
232
233
# File 'lib/aws-sdk-healthlake/types.rb', line 224

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

#source_formatString

The source data format of the profile.

Returns:

  • (String)


224
225
226
227
228
229
230
231
232
233
# File 'lib/aws-sdk-healthlake/types.rb', line 224

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

#target_formatString

The target output format. Always FHIR_R4.

Returns:

  • (String)


224
225
226
227
228
229
230
231
232
233
# File 'lib/aws-sdk-healthlake/types.rb', line 224

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

#versionInteger

The version number of the newly created profile. The starting version is always 0, which indicates the profile is in DRAFT state.

Returns:

  • (Integer)


224
225
226
227
228
229
230
231
232
233
# File 'lib/aws-sdk-healthlake/types.rb', line 224

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