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_time ⇒ Time

The timestamp when the job completed.



2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
# File 'lib/aws-sdk-healthlake/types.rb', line 2583

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

#job_id ⇒ String

The unique identifier of the job.



2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
# File 'lib/aws-sdk-healthlake/types.rb', line 2583

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

#job_name ⇒ String

The name of the job.



2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
# File 'lib/aws-sdk-healthlake/types.rb', line 2583

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

#job_status ⇒ String

The current status of the job.



2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
# File 'lib/aws-sdk-healthlake/types.rb', line 2583

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

#source_format ⇒ String

The source data format for this job.



2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
# File 'lib/aws-sdk-healthlake/types.rb', line 2583

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

#submit_time ⇒ Time

The timestamp when the job was submitted.



2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
# File 'lib/aws-sdk-healthlake/types.rb', line 2583

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