Class: Aws::HealthLake::Types::PublishDataTransformationProfileResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#last_updated_atTime

The timestamp when the profile was last updated.

Returns:

  • (Time)


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_idString

The unique identifier of the published profile.

Returns:

  • (String)


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_nameString

The name of the published profile.

Returns:

  • (String)


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_formatString

The source data format of the profile.

Returns:

  • (String)


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_formatString

The target output format of the profile.

Returns:

  • (String)


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

#versionInteger

The new version number that was created.

Returns:

  • (Integer)


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