Class: Aws::HealthLake::Types::DescribeDataTransformationJobResponse

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

Overview

The response from the DescribeDataTransformationJob operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transformation_job_properties ⇒ Types::TransformationJobProperties

The properties of the data transformation job, including status, configuration, and progress information.



795
796
797
798
799
# File 'lib/aws-sdk-healthlake/types.rb', line 795

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