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

The timestamp when the profile was last updated.

Returns:

  • (Time)


2711
2712
2713
2714
2715
2716
2717
2718
2719
# File 'lib/aws-sdk-healthlake/types.rb', line 2711

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

#profile_id ⇒ String

The unique identifier of the updated profile.

Returns:

  • (String)


2711
2712
2713
2714
2715
2716
2717
2718
2719
# File 'lib/aws-sdk-healthlake/types.rb', line 2711

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

#profile_name ⇒ String

The name of the updated profile.

Returns:

  • (String)


2711
2712
2713
2714
2715
2716
2717
2718
2719
# File 'lib/aws-sdk-healthlake/types.rb', line 2711

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


2711
2712
2713
2714
2715
2716
2717
2718
2719
# File 'lib/aws-sdk-healthlake/types.rb', line 2711

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


2711
2712
2713
2714
2715
2716
2717
2718
2719
# File 'lib/aws-sdk-healthlake/types.rb', line 2711

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