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.
277 278 279 |
# File 'sig/types.rbs', line 277 def change_description @change_description end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
278 279 280 |
# File 'sig/types.rbs', line 278 def last_updated_at @last_updated_at end |
#profile_description ⇒ ::String
Returns the value of attribute profile_description.
276 277 278 |
# File 'sig/types.rbs', line 276 def profile_description @profile_description end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
270 271 272 |
# File 'sig/types.rbs', line 270 def profile_id @profile_id end |
#profile_mapping ⇒ ::Hash[::String, ::String]
Returns the value of attribute profile_mapping.
274 275 276 |
# File 'sig/types.rbs', line 274 def profile_mapping @profile_mapping end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
275 276 277 |
# File 'sig/types.rbs', line 275 def profile_name @profile_name end |
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
272 273 274 |
# File 'sig/types.rbs', line 272 def source_format @source_format end |
#target_format ⇒ "FHIR_R4"
Returns the value of attribute target_format.
273 274 275 |
# File 'sig/types.rbs', line 273 def target_format @target_format end |
#version ⇒ ::Integer
Returns the value of attribute version.
271 272 273 |
# File 'sig/types.rbs', line 271 def version @version end |