Class: Aws::HealthLake::Types::TransformationJobSummary

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

Overview

Contains summary information about a data transformation job. To retrieve full job details, call DescribeDataTransformationJob.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The timestamp when the job completed.

Returns:

  • (Time)


2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
# File 'lib/aws-sdk-healthlake/types.rb', line 2376

class TransformationJobSummary < Struct.new(
  :job_id,
  :job_status,
  :submit_time,
  :job_name,
  :end_time,
  :source_format)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The unique identifier of the job.

Returns:

  • (String)


2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
# File 'lib/aws-sdk-healthlake/types.rb', line 2376

class TransformationJobSummary < Struct.new(
  :job_id,
  :job_status,
  :submit_time,
  :job_name,
  :end_time,
  :source_format)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name of the job.

Returns:

  • (String)


2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
# File 'lib/aws-sdk-healthlake/types.rb', line 2376

class TransformationJobSummary < Struct.new(
  :job_id,
  :job_status,
  :submit_time,
  :job_name,
  :end_time,
  :source_format)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

The current status of the job.

Returns:

  • (String)


2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
# File 'lib/aws-sdk-healthlake/types.rb', line 2376

class TransformationJobSummary < Struct.new(
  :job_id,
  :job_status,
  :submit_time,
  :job_name,
  :end_time,
  :source_format)
  SENSITIVE = []
  include Aws::Structure
end

#source_formatString

The source data format for this job.

Returns:

  • (String)


2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
# File 'lib/aws-sdk-healthlake/types.rb', line 2376

class TransformationJobSummary < Struct.new(
  :job_id,
  :job_status,
  :submit_time,
  :job_name,
  :end_time,
  :source_format)
  SENSITIVE = []
  include Aws::Structure
end

#submit_timeTime

The timestamp when the job was submitted.

Returns:

  • (Time)


2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
# File 'lib/aws-sdk-healthlake/types.rb', line 2376

class TransformationJobSummary < Struct.new(
  :job_id,
  :job_status,
  :submit_time,
  :job_name,
  :end_time,
  :source_format)
  SENSITIVE = []
  include Aws::Structure
end