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.
2503 2504 2505 2506 2507 2508 2509 2510 2511 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2503 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.
2503 2504 2505 2506 2507 2508 2509 2510 2511 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2503 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.
2503 2504 2505 2506 2507 2508 2509 2510 2511 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2503 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.
2503 2504 2505 2506 2507 2508 2509 2510 2511 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2503 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.
2503 2504 2505 2506 2507 2508 2509 2510 2511 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2503 class UpdateDataTransformationProfileResponse < Struct.new( :profile_id, :source_format, :target_format, :profile_name, :last_updated_at) SENSITIVE = [] include Aws::Structure end |