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)


637
638
639
# File 'sig/types.rbs', line 637

def datastore_id
  @datastore_id
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


635
636
637
# File 'sig/types.rbs', line 635

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")


636
637
638
# File 'sig/types.rbs', line 636

def job_status
  @job_status
end