Class: Aws::HealthLake::Types::PublishDataTransformationProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::PublishDataTransformationProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
The response from the PublishDataTransformationProfile 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 published profile.
-
#profile_name ⇒ String
The name of the published profile.
-
#source_format ⇒ String
The source data format of the profile.
-
#target_format ⇒ String
The target output format of the profile.
-
#version ⇒ Integer
The new version number that was created.
Instance Attribute Details
#last_updated_at ⇒ Time
The timestamp when the profile was last updated.
1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1802 class PublishDataTransformationProfileResponse < Struct.new( :profile_id, :version, :source_format, :target_format, :profile_name, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier of the published profile.
1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1802 class PublishDataTransformationProfileResponse < Struct.new( :profile_id, :version, :source_format, :target_format, :profile_name, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#profile_name ⇒ String
The name of the published profile.
1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1802 class PublishDataTransformationProfileResponse < Struct.new( :profile_id, :version, :source_format, :target_format, :profile_name, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#source_format ⇒ String
The source data format of the profile.
1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1802 class PublishDataTransformationProfileResponse < Struct.new( :profile_id, :version, :source_format, :target_format, :profile_name, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#target_format ⇒ String
The target output format of the profile.
1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1802 class PublishDataTransformationProfileResponse < Struct.new( :profile_id, :version, :source_format, :target_format, :profile_name, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The new version number that was created.
1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1802 class PublishDataTransformationProfileResponse < Struct.new( :profile_id, :version, :source_format, :target_format, :profile_name, :last_updated_at) SENSITIVE = [] include Aws::Structure end |