Class: Aws::Types::ListFHIRImportJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFHIRImportJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#submitted_after ⇒ ::Time
Returns the value of attribute submitted_after.
-
#submitted_before ⇒ ::Time
Returns the value of attribute submitted_before.
Instance Attribute Details
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
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.
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.
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.
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.
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.
452 453 454 |
# File 'sig/types.rbs', line 452 def submitted_after @submitted_after end |
#submitted_before ⇒ ::Time
Returns the value of attribute submitted_before.
451 452 453 |
# File 'sig/types.rbs', line 451 def submitted_before @submitted_before end |