Class: Aws::Types::UpdateDataTransformationProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataTransformationProfileResponse
- 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.
Instance Attribute Details
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
688 689 690 |
# File 'sig/types.rbs', line 688 def last_updated_at @last_updated_at end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
684 685 686 |
# File 'sig/types.rbs', line 684 def profile_id @profile_id end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
687 688 689 |
# File 'sig/types.rbs', line 687 def profile_name @profile_name end |
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
685 686 687 |
# File 'sig/types.rbs', line 685 def source_format @source_format end |
#target_format ⇒ "FHIR_R4"
Returns the value of attribute target_format.
686 687 688 |
# File 'sig/types.rbs', line 686 def target_format @target_format end |