Class: Aws::Types::ListFHIRImportJobsRequest

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)


446
447
448
# File 'sig/types.rbs', line 446

def datastore_id
  @datastore_id
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def job_name
  @job_name
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")


450
451
452
# File 'sig/types.rbs', line 450

def job_status
  @job_status
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


448
449
450
# File 'sig/types.rbs', line 448

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


447
448
449
# File 'sig/types.rbs', line 447

def next_token
  @next_token
end

#submitted_after ⇒ ::Time

Returns the value of attribute submitted_after.

Returns:

  • (::Time)


452
453
454
# File 'sig/types.rbs', line 452

def 
  @submitted_after
end

#submitted_before ⇒ ::Time

Returns the value of attribute submitted_before.

Returns:

  • (::Time)


451
452
453
# File 'sig/types.rbs', line 451

def 
  @submitted_before
end