Class: Aws::Types::DataTransformationProfileVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataTransformationProfileVersionSummary
- 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_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
#change_description ⇒ ::String
Returns the value of attribute change_description.
143 144 145 |
# File 'sig/types.rbs', line 143 def change_description @change_description end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
144 145 146 |
# File 'sig/types.rbs', line 144 def last_updated_at @last_updated_at end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
138 139 140 |
# File 'sig/types.rbs', line 138 def profile_id @profile_id end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
142 143 144 |
# File 'sig/types.rbs', line 142 def profile_name @profile_name end |
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
140 141 142 |
# File 'sig/types.rbs', line 140 def source_format @source_format end |
#target_format ⇒ "FHIR_R4"
Returns the value of attribute target_format.
141 142 143 |
# File 'sig/types.rbs', line 141 def target_format @target_format end |
#version ⇒ ::Integer
Returns the value of attribute version.
139 140 141 |
# File 'sig/types.rbs', line 139 def version @version end |