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_at ⇒ Time

The timestamp when the profile was last updated.

Returns:

  • (Time)


1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'lib/aws-sdk-healthlake/types.rb', line 1896

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.

Returns:

  • (String)


1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'lib/aws-sdk-healthlake/types.rb', line 1896

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.

Returns:

  • (String)


1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'lib/aws-sdk-healthlake/types.rb', line 1896

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.

Returns:

  • (String)


1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'lib/aws-sdk-healthlake/types.rb', line 1896

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.

Returns:

  • (String)


1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'lib/aws-sdk-healthlake/types.rb', line 1896

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.

Returns:

  • (Integer)


1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
# File 'lib/aws-sdk-healthlake/types.rb', line 1896

class PublishDataTransformationProfileResponse < Struct.new(
  :profile_id,
  :version,
  :source_format,
  :target_format,
  :profile_name,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end