Module: Aws::HealthLake::Client::_GetDataTransformationProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataTransformationProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #change_description ⇒ ::String
- #last_updated_at ⇒ ::Time
- #profile_description ⇒ ::String
- #profile_id ⇒ ::String
- #profile_mapping ⇒ ::Hash[::String, ::String]
- #profile_name ⇒ ::String
- #source_format ⇒ "CCDA", "CSV"
- #target_format ⇒ "FHIR_R4"
- #version ⇒ ::Integer
Instance Method Details
#change_description ⇒ ::String
238 |
# File 'sig/client.rbs', line 238
def change_description: () -> ::String
|
#last_updated_at ⇒ ::Time
239 |
# File 'sig/client.rbs', line 239
def last_updated_at: () -> ::Time
|
#profile_description ⇒ ::String
237 |
# File 'sig/client.rbs', line 237
def profile_description: () -> ::String
|
#profile_id ⇒ ::String
231 |
# File 'sig/client.rbs', line 231
def profile_id: () -> ::String
|
#profile_mapping ⇒ ::Hash[::String, ::String]
235 |
# File 'sig/client.rbs', line 235
def profile_mapping: () -> ::Hash[::String, ::String]
|
#profile_name ⇒ ::String
236 |
# File 'sig/client.rbs', line 236
def profile_name: () -> ::String
|
#source_format ⇒ "CCDA", "CSV"
233 |
# File 'sig/client.rbs', line 233
def source_format: () -> ("CCDA" | "CSV")
|
#target_format ⇒ "FHIR_R4"
234 |
# File 'sig/client.rbs', line 234
def target_format: () -> ("FHIR_R4")
|
#version ⇒ ::Integer
232 |
# File 'sig/client.rbs', line 232
def version: () -> ::Integer
|