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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_access_role_arnString

The Amazon Resource Name (ARN) used during the initiation of the export job.

Returns:

  • (String)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400

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 data store identifier from which files are being exported.

Returns:

  • (String)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400

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 the export job completed.

Returns:

  • (Time)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400

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 export job identifier.

Returns:

  • (String)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400

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 export job name.

Returns:

  • (String)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400

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 export job status.

Returns:

  • (String)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400

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 might have occurred during the export job.

Returns:

  • (String)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400

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 supplied when the export job was created.



400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400

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 the export job was initiated.

Returns:

  • (Time)


400
401
402
403
404
405
406
407
408
409
410
411
412
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 400

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