Class: Aws::Types::ListFHIRExportJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFHIRExportJobsRequest
- 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.
429 430 431 |
# File 'sig/types.rbs', line 429 def datastore_id @datastore_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
432 433 434 |
# File 'sig/types.rbs', line 432 def job_name @job_name end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
433 434 435 |
# File 'sig/types.rbs', line 433 def job_status @job_status end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
431 432 433 |
# File 'sig/types.rbs', line 431 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
430 431 432 |
# File 'sig/types.rbs', line 430 def next_token @next_token end |
#submitted_after ⇒ ::Time
Returns the value of attribute submitted_after.
435 436 437 |
# File 'sig/types.rbs', line 435 def submitted_after @submitted_after end |
#submitted_before ⇒ ::Time
Returns the value of attribute submitted_before.
434 435 436 |
# File 'sig/types.rbs', line 434 def submitted_before @submitted_before end |