Class: Aws::Types::StartFHIRExportJobResponse

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)


558
559
560
# File 'sig/types.rbs', line 558

def datastore_id
  @datastore_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

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


557
558
559
# File 'sig/types.rbs', line 557

def job_status
  @job_status
end