Class: Aws::HealthLake::Types::DataTransformationProfileSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-healthlake/types.rb

Overview

Contains summary information about a data transformation profile. To retrieve profile content, call GetDataTransformationProfile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_atTime

The timestamp when the profile was last updated.

Returns:

  • (Time)


407
408
409
410
411
412
413
414
415
416
417
# File 'lib/aws-sdk-healthlake/types.rb', line 407

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

#profile_descriptionString

A description of the profile's purpose.

Returns:

  • (String)


407
408
409
410
411
412
413
414
415
416
417
# File 'lib/aws-sdk-healthlake/types.rb', line 407

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

#profile_idString

The unique identifier of the profile.

Returns:

  • (String)


407
408
409
410
411
412
413
414
415
416
417
# File 'lib/aws-sdk-healthlake/types.rb', line 407

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

#profile_nameString

The name of the profile.

Returns:

  • (String)


407
408
409
410
411
412
413
414
415
416
417
# File 'lib/aws-sdk-healthlake/types.rb', line 407

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

#source_formatString

The source data format that this profile converts from.

Returns:

  • (String)


407
408
409
410
411
412
413
414
415
416
417
# File 'lib/aws-sdk-healthlake/types.rb', line 407

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

#target_formatString

The target output format of the profile.

Returns:

  • (String)


407
408
409
410
411
412
413
414
415
416
417
# File 'lib/aws-sdk-healthlake/types.rb', line 407

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

#versionInteger

The latest version number of the profile.

Returns:

  • (Integer)


407
408
409
410
411
412
413
414
415
416
417
# File 'lib/aws-sdk-healthlake/types.rb', line 407

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