Class: Aws::HealthLake::Types::StartFHIRExportJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_idString

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

Returns:

  • (String)


1018
1019
1020
1021
1022
1023
1024
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1018

class StartFHIRExportJobResponse < Struct.new(
  :job_id,
  :job_status,
  :datastore_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The AWS generated ID for an export job.

Returns:

  • (String)


1018
1019
1020
1021
1022
1023
1024
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1018

class StartFHIRExportJobResponse < Struct.new(
  :job_id,
  :job_status,
  :datastore_id)
  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)


1018
1019
1020
1021
1022
1023
1024
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1018

class StartFHIRExportJobResponse < Struct.new(
  :job_id,
  :job_status,
  :datastore_id)
  SENSITIVE = []
  include Aws::Structure
end