Class: Aws::Types::DataTransformationProfileSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataTransformationProfileSummary
- 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_description ⇒ ::String
Returns the value of attribute profile_description.
-
#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.
119 120 121 |
# File 'sig/types.rbs', line 119 def last_updated_at @last_updated_at end |
#profile_description ⇒ ::String
Returns the value of attribute profile_description.
118 119 120 |
# File 'sig/types.rbs', line 118 def profile_description @profile_description end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
113 114 115 |
# File 'sig/types.rbs', line 113 def profile_id @profile_id end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
117 118 119 |
# File 'sig/types.rbs', line 117 def profile_name @profile_name end |
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
115 116 117 |
# File 'sig/types.rbs', line 115 def source_format @source_format end |
#target_format ⇒ "FHIR_R4"
Returns the value of attribute target_format.
116 117 118 |
# File 'sig/types.rbs', line 116 def target_format @target_format end |
#version ⇒ ::Integer
Returns the value of attribute version.
114 115 116 |
# File 'sig/types.rbs', line 114 def version @version end |