Class: Aws::HealthLake::Types::TransformationJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::TransformationJobSummary
- 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
-
#end_time ⇒ Time
The timestamp when the job completed.
-
#job_id ⇒ String
The unique identifier of the job.
-
#job_name ⇒ String
The name of the job.
-
#job_status ⇒ String
The current status of the job.
-
#source_format ⇒ String
The source data format for this job.
-
#submit_time ⇒ Time
The timestamp when the job was submitted.
Instance Attribute Details
#end_time ⇒ Time
The timestamp when the job completed.
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_id ⇒ String
The unique identifier of the job.
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_name ⇒ String
The name of the job.
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_status ⇒ String
The current status of the job.
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_format ⇒ String
The source data format for this job.
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_time ⇒ Time
The timestamp when the job was submitted.
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 |