Class: Aws::Types::CreateDataTransformationProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataTransformationProfileResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#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
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
79 80 81 |
# File 'sig/types.rbs', line 79 def last_updated_at @last_updated_at end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
74 75 76 |
# File 'sig/types.rbs', line 74 def profile_id @profile_id end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
78 79 80 |
# File 'sig/types.rbs', line 78 def profile_name @profile_name end |
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
76 77 78 |
# File 'sig/types.rbs', line 76 def source_format @source_format end |
#target_format ⇒ "FHIR_R4"
Returns the value of attribute target_format.
77 78 79 |
# File 'sig/types.rbs', line 77 def target_format @target_format end |
#version ⇒ ::Integer
Returns the value of attribute version.
75 76 77 |
# File 'sig/types.rbs', line 75 def version @version end |