Class: Aws::HealthLake::Types::GetDataTransformationProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::GetDataTransformationProfileRequest
- 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
-
#profile_id ⇒ String
The unique identifier of the profile to retrieve.
-
#profile_version ⇒ Integer
The version number to retrieve.
Instance Attribute Details
#profile_id ⇒ String
The unique identifier of the profile to retrieve.
1010 1011 1012 1013 1014 1015 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1010 class GetDataTransformationProfileRequest < Struct.new( :profile_id, :profile_version) SENSITIVE = [] include Aws::Structure end |
#profile_version ⇒ Integer
The version number to retrieve. Specify 0 to retrieve the DRAFT version. If you omit this parameter, the service returns the latest published version.
1010 1011 1012 1013 1014 1015 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1010 class GetDataTransformationProfileRequest < Struct.new( :profile_id, :profile_version) SENSITIVE = [] include Aws::Structure end |