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.
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_id ⇒ String
The unique identifier of the created profile.
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_name ⇒ String
The name of the created profile.
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_format ⇒ String
The source data format of the profile.
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_format ⇒ String
The target output format. Always FHIR_R4.
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 |
#version ⇒ Integer
The version number of the newly created profile. The starting version is always 0, which indicates the profile is in DRAFT state.
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 |