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

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 data store ID.

Returns:

  • (String)


1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1083

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

#job_idString

The AWS-generated job ID.

Returns:

  • (String)


1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1083

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

#job_statusString

The status of an import job.

Returns:

  • (String)


1083
1084
1085
1086
1087
1088
1089
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1083

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