Class: Aws::HealthLake::Types::CreateDataTransformationProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::CreateDataTransformationProfileResponse
- 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
-
#last_updated_at ⇒ Time
The timestamp when the profile was last updated.
-
#profile_id ⇒ String
The unique identifier of the created profile.
-
#profile_name ⇒ String
The name of the created profile.
-
#source_format ⇒ String
The source data format of the profile.
-
#target_format ⇒ String
The target output format.
-
#version ⇒ Integer
The version number of the newly created profile.
Instance Attribute Details
#last_updated_at ⇒ Time
The timestamp when the profile was last updated.
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.
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.
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.
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.
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.
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 |