Class: Aws::HealthLake::Types::DescribeFHIRImportJobRequest

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.

Returns:

  • (String)


318
319
320
321
322
323
# File 'lib/aws-sdk-healthlake/types.rb', line 318

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

#job_idString

The import job identifier.

Returns:

  • (String)


318
319
320
321
322
323
# File 'lib/aws-sdk-healthlake/types.rb', line 318

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