Class: Aws::HealthLake::Types::StartDataTransformationJobResponse

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

Overview

The response from the StartDataTransformationJob operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The unique identifier assigned to the data transformation job.

Returns:

  • (String)


1969
1970
1971
1972
1973
1974
# File 'lib/aws-sdk-healthlake/types.rb', line 1969

class StartDataTransformationJobResponse < Struct.new(
  :job_id,
  :job_status)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

The initial status of the data transformation job.

Returns:

  • (String)


1969
1970
1971
1972
1973
1974
# File 'lib/aws-sdk-healthlake/types.rb', line 1969

class StartDataTransformationJobResponse < Struct.new(
  :job_id,
  :job_status)
  SENSITIVE = []
  include Aws::Structure
end