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.
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_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.
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 |