Module: Aws::HealthLake::Client::_UpdateDataTransformationProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDataTransformationProfileResponse]
- 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"
Instance Method Details
#last_updated_at ⇒ ::Time
530 |
# File 'sig/client.rbs', line 530
def last_updated_at: () -> ::Time
|
#profile_id ⇒ ::String
526 |
# File 'sig/client.rbs', line 526
def profile_id: () -> ::String
|
#profile_name ⇒ ::String
529 |
# File 'sig/client.rbs', line 529
def profile_name: () -> ::String
|
#source_format ⇒ "CCDA", "CSV"
527 |
# File 'sig/client.rbs', line 527
def source_format: () -> ("CCDA" | "CSV")
|
#target_format ⇒ "FHIR_R4"
528 |
# File 'sig/client.rbs', line 528
def target_format: () -> ("FHIR_R4")
|