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_idString

The data store identifier from which files are being exported.

Returns:

  • (String)


1008
1009
1010
1011
1012
1013
1014
# File 'lib/aws-sdk-healthlake/types.rb', line 1008

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

#job_idString

The export job identifier.

Returns:

  • (String)


1008
1009
1010
1011
1012
1013
1014
# File 'lib/aws-sdk-healthlake/types.rb', line 1008

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

#job_statusString

The export job status.

Returns:

  • (String)


1008
1009
1010
1011
1012
1013
1014
# File 'lib/aws-sdk-healthlake/types.rb', line 1008

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