Class: Aws::HealthLake::Types::DeleteDataTransformationProfileResponse

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

Overview

The response from the DeleteDataTransformationProfile operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_timeTime

The timestamp when the profile was deleted.

Returns:

  • (Time)


632
633
634
635
636
637
638
# File 'lib/aws-sdk-healthlake/types.rb', line 632

class DeleteDataTransformationProfileResponse < Struct.new(
  :profile_id,
  :profile_name,
  :deletion_time)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The unique identifier of the deleted profile.

Returns:

  • (String)


632
633
634
635
636
637
638
# File 'lib/aws-sdk-healthlake/types.rb', line 632

class DeleteDataTransformationProfileResponse < Struct.new(
  :profile_id,
  :profile_name,
  :deletion_time)
  SENSITIVE = []
  include Aws::Structure
end

#profile_nameString

The name of the deleted profile.

Returns:

  • (String)


632
633
634
635
636
637
638
# File 'lib/aws-sdk-healthlake/types.rb', line 632

class DeleteDataTransformationProfileResponse < Struct.new(
  :profile_id,
  :profile_name,
  :deletion_time)
  SENSITIVE = []
  include Aws::Structure
end