Module: Aws::HealthLake::Client::_PublishDataTransformationProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PublishDataTransformationProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #last_updated_at ⇒ ::Time
- #profile_id ⇒ ::String
- #profile_name ⇒ ::String
- #source_format ⇒ "CCDA", "CSV"
- #target_format ⇒ "FHIR_R4"
- #version ⇒ ::Integer
Instance Method Details
#last_updated_at ⇒ ::Time
359 |
# File 'sig/client.rbs', line 359
def last_updated_at: () -> ::Time
|
#profile_id ⇒ ::String
354 |
# File 'sig/client.rbs', line 354
def profile_id: () -> ::String
|
#profile_name ⇒ ::String
358 |
# File 'sig/client.rbs', line 358
def profile_name: () -> ::String
|
#source_format ⇒ "CCDA", "CSV"
356 |
# File 'sig/client.rbs', line 356
def source_format: () -> ("CCDA" | "CSV")
|
#target_format ⇒ "FHIR_R4"
357 |
# File 'sig/client.rbs', line 357
def target_format: () -> ("FHIR_R4")
|
#version ⇒ ::Integer
355 |
# File 'sig/client.rbs', line 355
def version: () -> ::Integer
|