Class: Aws::HealthLake::Types::GetDataTransformationProfileRequest

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

Overview

The request parameters for the GetDataTransformationProfile operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_idString

The unique identifier of the profile to retrieve.

Returns:

  • (String)


919
920
921
922
923
924
# File 'lib/aws-sdk-healthlake/types.rb', line 919

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

#profile_versionInteger

The version number to retrieve. Specify 0 to retrieve the DRAFT version. If you omit this parameter, the service returns the latest published version.

Returns:

  • (Integer)


919
920
921
922
923
924
# File 'lib/aws-sdk-healthlake/types.rb', line 919

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