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
244 |
# File 'sig/client.rbs', line 244
def change_description: () -> ::String
|
#last_updated_at ⇒ ::Time
245 |
# File 'sig/client.rbs', line 245
def last_updated_at: () -> ::Time
|
#profile_description ⇒ ::String
243 |
# File 'sig/client.rbs', line 243
def profile_description: () -> ::String
|
#profile_id ⇒ ::String
237 |
# File 'sig/client.rbs', line 237
def profile_id: () -> ::String
|
#profile_mapping ⇒ ::Hash[::String, ::String]
241 |
# File 'sig/client.rbs', line 241
def profile_mapping: () -> ::Hash[::String, ::String]
|
#profile_name ⇒ ::String
242 |
# File 'sig/client.rbs', line 242
def profile_name: () -> ::String
|
#source_format ⇒ "CCDA", "CSV"
239 |
# File 'sig/client.rbs', line 239
def source_format: () -> ("CCDA" | "CSV")
|
#target_format ⇒ "FHIR_R4"
240 |
# File 'sig/client.rbs', line 240
def target_format: () -> ("FHIR_R4")
|
#version ⇒ ::Integer
238 |
# File 'sig/client.rbs', line 238
def version: () -> ::Integer
|