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

The timestamp when the profile was last updated.

Returns:

  • (Time)


268
269
270
271
272
273
274
275
276
277
# File 'lib/aws-sdk-healthlake/types.rb', line 268

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

#profile_id ⇒ String

The unique identifier of the created profile.

Returns:

  • (String)


268
269
270
271
272
273
274
275
276
277
# File 'lib/aws-sdk-healthlake/types.rb', line 268

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

#profile_name ⇒ String

The name of the created profile.

Returns:

  • (String)


268
269
270
271
272
273
274
275
276
277
# File 'lib/aws-sdk-healthlake/types.rb', line 268

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

#source_format ⇒ String

The source data format of the profile.

Returns:

  • (String)


268
269
270
271
272
273
274
275
276
277
# File 'lib/aws-sdk-healthlake/types.rb', line 268

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

#target_format ⇒ String

The target output format. Always FHIR_R4.

Returns:

  • (String)


268
269
270
271
272
273
274
275
276
277
# File 'lib/aws-sdk-healthlake/types.rb', line 268

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

#version ⇒ Integer

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

Returns:

  • (Integer)


268
269
270
271
272
273
274
275
276
277
# File 'lib/aws-sdk-healthlake/types.rb', line 268

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