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

The timestamp when the profile was deleted.

Returns:

  • (Time)


722
723
724
725
726
727
728
# File 'lib/aws-sdk-healthlake/types.rb', line 722

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

#profile_id ⇒ String

The unique identifier of the deleted profile.

Returns:

  • (String)


722
723
724
725
726
727
728
# File 'lib/aws-sdk-healthlake/types.rb', line 722

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

#profile_name ⇒ String

The name of the deleted profile.

Returns:

  • (String)


722
723
724
725
726
727
728
# File 'lib/aws-sdk-healthlake/types.rb', line 722

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