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

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 from for an export job.

Returns:

  • (String)


303
304
305
306
307
308
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 303

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

#job_idString

The AWS generated ID for an export job.

Returns:

  • (String)


303
304
305
306
307
308
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 303

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