Class: Aws::HealthLake::Types::UpdateDataTransformationProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::UpdateDataTransformationProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
The response from the UpdateDataTransformationProfile operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_updated_at ⇒ Time
The timestamp when the profile was last updated.
-
#profile_id ⇒ String
The unique identifier of the updated profile.
-
#profile_name ⇒ String
The name of the updated profile.
-
#source_format ⇒ String
The source data format of the profile.
-
#target_format ⇒ String
The target output format of the profile.
Instance Attribute Details
#last_updated_at ⇒ Time
The timestamp when the profile was last updated.
2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2711 class UpdateDataTransformationProfileResponse < Struct.new( :profile_id, :source_format, :target_format, :profile_name, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier of the updated profile.
2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2711 class UpdateDataTransformationProfileResponse < Struct.new( :profile_id, :source_format, :target_format, :profile_name, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
The name of the updated profile.
2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2711 class UpdateDataTransformationProfileResponse < Struct.new( :profile_id, :source_format, :target_format, :profile_name, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#source_format ⇒ String
The source data format of the profile.
2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2711 class UpdateDataTransformationProfileResponse < Struct.new( :profile_id, :source_format, :target_format, :profile_name, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#target_format ⇒ String
The target output format of the profile.
2711 2712 2713 2714 2715 2716 2717 2718 2719 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2711 class UpdateDataTransformationProfileResponse < Struct.new( :profile_id, :source_format, :target_format, :profile_name, :last_updated_at) SENSITIVE = [] include Aws::Structure end |