Class: Aws::Types::GetDataTransformationProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataTransformationProfileResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_description ⇒ ::String
Returns the value of attribute change_description.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#profile_description ⇒ ::String
Returns the value of attribute profile_description.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#profile_mapping ⇒ ::Hash[::String, ::String]
Returns the value of attribute profile_mapping.
-
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
-
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
-
#target_format ⇒ "FHIR_R4"
Returns the value of attribute target_format.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#change_description ⇒ ::String
Returns the value of attribute change_description.
301 302 303 |
# File 'sig/types.rbs', line 301 def change_description @change_description end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
302 303 304 |
# File 'sig/types.rbs', line 302 def last_updated_at @last_updated_at end |
#profile_description ⇒ ::String
Returns the value of attribute profile_description.
300 301 302 |
# File 'sig/types.rbs', line 300 def profile_description @profile_description end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
294 295 296 |
# File 'sig/types.rbs', line 294 def profile_id @profile_id end |
#profile_mapping ⇒ ::Hash[::String, ::String]
Returns the value of attribute profile_mapping.
298 299 300 |
# File 'sig/types.rbs', line 298 def profile_mapping @profile_mapping end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
299 300 301 |
# File 'sig/types.rbs', line 299 def profile_name @profile_name end |
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
296 297 298 |
# File 'sig/types.rbs', line 296 def source_format @source_format end |
#target_format ⇒ "FHIR_R4"
Returns the value of attribute target_format.
297 298 299 |
# File 'sig/types.rbs', line 297 def target_format @target_format end |
#version ⇒ ::Integer
Returns the value of attribute version.
295 296 297 |
# File 'sig/types.rbs', line 295 def version @version end |