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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_id ⇒ String

The data store identifier from which files are being exported.

Returns:

  • (String)


2233
2234
2235
2236
2237
2238
2239
# File 'lib/aws-sdk-healthlake/types.rb', line 2233

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

#job_id ⇒ String

The export job identifier.

Returns:

  • (String)


2233
2234
2235
2236
2237
2238
2239
# File 'lib/aws-sdk-healthlake/types.rb', line 2233

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

#job_status ⇒ String

The export job status.

Returns:

  • (String)


2233
2234
2235
2236
2237
2238
2239
# File 'lib/aws-sdk-healthlake/types.rb', line 2233

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