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

The timestamp when the profile was last updated.

Returns:

  • (Time)


456
457
458
459
460
461
462
463
464
465
466
# File 'lib/aws-sdk-healthlake/types.rb', line 456

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

#profile_description ⇒ String

A description of the profile's purpose.

Returns:

  • (String)


456
457
458
459
460
461
462
463
464
465
466
# File 'lib/aws-sdk-healthlake/types.rb', line 456

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

#profile_id ⇒ String

The unique identifier of the profile.

Returns:

  • (String)


456
457
458
459
460
461
462
463
464
465
466
# File 'lib/aws-sdk-healthlake/types.rb', line 456

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

#profile_name ⇒ String

The name of the profile.

Returns:

  • (String)


456
457
458
459
460
461
462
463
464
465
466
# File 'lib/aws-sdk-healthlake/types.rb', line 456

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

#source_format ⇒ String

The source data format that this profile converts from.

Returns:

  • (String)


456
457
458
459
460
461
462
463
464
465
466
# File 'lib/aws-sdk-healthlake/types.rb', line 456

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

#target_format ⇒ String

The target output format of the profile.

Returns:

  • (String)


456
457
458
459
460
461
462
463
464
465
466
# File 'lib/aws-sdk-healthlake/types.rb', line 456

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

#version ⇒ Integer

The latest version number of the profile.

Returns:

  • (Integer)


456
457
458
459
460
461
462
463
464
465
466
# File 'lib/aws-sdk-healthlake/types.rb', line 456

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