Class: Aws::HealthLake::Types::DeleteDataTransformationProfileRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#profile_id ⇒ String

The unique identifier of the profile to delete.

Returns:

  • (String)


700
701
702
703
704
# File 'lib/aws-sdk-healthlake/types.rb', line 700

class DeleteDataTransformationProfileRequest < Struct.new(
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end