Class: Aws::HealthLake::Types::DeleteDataTransformationProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::DeleteDataTransformationProfileResponse
- 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
-
#deletion_time ⇒ Time
The timestamp when the profile was deleted.
-
#profile_id ⇒ String
The unique identifier of the deleted profile.
-
#profile_name ⇒ String
The name of the deleted profile.
Instance Attribute Details
#deletion_time ⇒ Time
The timestamp when the profile was deleted.
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_id ⇒ String
The unique identifier of the deleted profile.
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_name ⇒ String
The name of the deleted profile.
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 |