Module: Aws::HealthLake::Client::_CreateDataTransformationProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDataTransformationProfileResponse]
- 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
89 |
# File 'sig/client.rbs', line 89
def last_updated_at: () -> ::Time
|
#profile_id ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def profile_id: () -> ::String
|
#profile_name ⇒ ::String
88 |
# File 'sig/client.rbs', line 88
def profile_name: () -> ::String
|
#source_format ⇒ "CCDA", "CSV"
86 |
# File 'sig/client.rbs', line 86
def source_format: () -> ("CCDA" | "CSV")
|
#target_format ⇒ "FHIR_R4"
87 |
# File 'sig/client.rbs', line 87
def target_format: () -> ("FHIR_R4")
|
#version ⇒ ::Integer
85 |
# File 'sig/client.rbs', line 85
def version: () -> ::Integer
|