Class: Aws::HealthLake::Types::DeleteDataTransformationProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::DeleteDataTransformationProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
The request parameters for the DeleteDataTransformationProfile
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_id ⇒ String
The unique identifier of the profile to delete.
Instance Attribute Details
#profile_id ⇒ String
The unique identifier of the profile to delete.
610 611 612 613 614 |
# File 'lib/aws-sdk-healthlake/types.rb', line 610 class DeleteDataTransformationProfileRequest < Struct.new( :profile_id) SENSITIVE = [] include Aws::Structure end |