Class: Aws::Types::StartFHIRImportJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_id::String

Returns the value of attribute datastore_id.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def datastore_id
  @datastore_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def job_id
  @job_id
end

#job_status"SUBMITTED", ...

Returns the value of attribute job_status.

Returns:

  • ("SUBMITTED", "QUEUED", "IN_PROGRESS", "COMPLETED_WITH_ERRORS", "COMPLETED", "FAILED", "CANCEL_SUBMITTED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETED", "CANCEL_FAILED")


579
580
581
# File 'sig/types.rbs', line 579

def job_status
  @job_status
end