Class: Aws::HealthLake::Types::ExportJobProperties

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

Overview

The properties of a FHIR export job, including the ID, ARN, name, and the status of the job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_access_role_arnString

The Amazon Resource Name used during the initiation of the job.

Returns:

  • (String)


418
419
420
421
422
423
424
425
426
427
428
429
430
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 418

class ExportJobProperties < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :submit_time,
  :end_time,
  :datastore_id,
  :output_data_config,
  :data_access_role_arn,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_idString

The AWS generated ID for the data store from which files are being exported for an export job.

Returns:

  • (String)


418
419
420
421
422
423
424
425
426
427
428
429
430
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 418

class ExportJobProperties < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :submit_time,
  :end_time,
  :datastore_id,
  :output_data_config,
  :data_access_role_arn,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The time an export job completed.

Returns:

  • (Time)


418
419
420
421
422
423
424
425
426
427
428
429
430
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 418

class ExportJobProperties < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :submit_time,
  :end_time,
  :datastore_id,
  :output_data_config,
  :data_access_role_arn,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The AWS generated ID for an export job.

Returns:

  • (String)


418
419
420
421
422
423
424
425
426
427
428
429
430
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 418

class ExportJobProperties < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :submit_time,
  :end_time,
  :datastore_id,
  :output_data_config,
  :data_access_role_arn,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The user generated name for an export job.

Returns:

  • (String)


418
419
420
421
422
423
424
425
426
427
428
429
430
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 418

class ExportJobProperties < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :submit_time,
  :end_time,
  :datastore_id,
  :output_data_config,
  :data_access_role_arn,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

The status of a FHIR export job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED, or FAILED.

Returns:

  • (String)


418
419
420
421
422
423
424
425
426
427
428
429
430
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 418

class ExportJobProperties < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :submit_time,
  :end_time,
  :datastore_id,
  :output_data_config,
  :data_access_role_arn,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

An explanation of any errors that may have occurred during the export job.

Returns:

  • (String)


418
419
420
421
422
423
424
425
426
427
428
429
430
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 418

class ExportJobProperties < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :submit_time,
  :end_time,
  :datastore_id,
  :output_data_config,
  :data_access_role_arn,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#output_data_configTypes::OutputDataConfig

The output data configuration that was supplied when the export job was created.



418
419
420
421
422
423
424
425
426
427
428
429
430
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 418

class ExportJobProperties < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :submit_time,
  :end_time,
  :datastore_id,
  :output_data_config,
  :data_access_role_arn,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#submit_timeTime

The time an export job was initiated.

Returns:

  • (Time)


418
419
420
421
422
423
424
425
426
427
428
429
430
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 418

class ExportJobProperties < Struct.new(
  :job_id,
  :job_name,
  :job_status,
  :submit_time,
  :end_time,
  :datastore_id,
  :output_data_config,
  :data_access_role_arn,
  :message)
  SENSITIVE = []
  include Aws::Structure
end