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
477 |
# File 'sig/client.rbs', line 477
def last_updated_at: () -> ::Time
|
#profile_id ⇒ ::String
473 |
# File 'sig/client.rbs', line 473
def profile_id: () -> ::String
|
#profile_name ⇒ ::String
476 |
# File 'sig/client.rbs', line 476
def profile_name: () -> ::String
|
#source_format ⇒ "CCDA", "CSV"
474 |
# File 'sig/client.rbs', line 474
def source_format: () -> ("CCDA" | "CSV")
|
#target_format ⇒ "FHIR_R4"
475 |
# File 'sig/client.rbs', line 475
def target_format: () -> ("FHIR_R4")
|