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)


1058
1059
1060
1061
1062
1063
1064
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1058

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

#job_idString

The AWS-generated job ID.

Returns:

  • (String)


1058
1059
1060
1061
1062
1063
1064
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1058

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)


1058
1059
1060
1061
1062
1063
1064
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1058

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