Class: Aws::HealthLake::Types::StartFHIRImportJobResponse

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)


1077
1078
1079
1080
1081
1082
1083
# File 'lib/aws-sdk-healthlake/types.rb', line 1077

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

#job_idString

The import job identifier.

Returns:

  • (String)


1077
1078
1079
1080
1081
1082
1083
# File 'lib/aws-sdk-healthlake/types.rb', line 1077

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

#job_statusString

The import job status.

Returns:

  • (String)


1077
1078
1079
1080
1081
1082
1083
# File 'lib/aws-sdk-healthlake/types.rb', line 1077

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