Class: Aws::HealthLake::Types::DescribeFHIRExportJobRequest

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 FHIR data is being exported from.

Returns:

  • (String)


289
290
291
292
293
294
# File 'lib/aws-sdk-healthlake/types.rb', line 289

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

#job_idString

The export job identifier.

Returns:

  • (String)


289
290
291
292
293
294
# File 'lib/aws-sdk-healthlake/types.rb', line 289

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