Class: Aws::HealthLake::Types::UpdateDataTransformationProfileResponse

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

Overview

The response from the UpdateDataTransformationProfile 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)


2503
2504
2505
2506
2507
2508
2509
2510
2511
# File 'lib/aws-sdk-healthlake/types.rb', line 2503

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

#profile_idString

The unique identifier of the updated profile.

Returns:

  • (String)


2503
2504
2505
2506
2507
2508
2509
2510
2511
# File 'lib/aws-sdk-healthlake/types.rb', line 2503

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

#profile_nameString

The name of the updated profile.

Returns:

  • (String)


2503
2504
2505
2506
2507
2508
2509
2510
2511
# File 'lib/aws-sdk-healthlake/types.rb', line 2503

class UpdateDataTransformationProfileResponse < Struct.new(
  :profile_id,
  :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)


2503
2504
2505
2506
2507
2508
2509
2510
2511
# File 'lib/aws-sdk-healthlake/types.rb', line 2503

class UpdateDataTransformationProfileResponse < Struct.new(
  :profile_id,
  :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)


2503
2504
2505
2506
2507
2508
2509
2510
2511
# File 'lib/aws-sdk-healthlake/types.rb', line 2503

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