class Aws::HealthLake::Types::ListFHIRImportJobsRequest
@note When making an API call, you may pass ListFHIRImportJobsRequest
data as a hash: { datastore_id: "DatastoreId", # required next_token: "NextToken", max_results: 1, job_name: "JobName", job_status: "SUBMITTED", # accepts SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED submitted_before: Time.now, submitted_after: Time.now, }
@!attribute [rw] datastore_id
This parameter limits the response to the import job with the specified Data Store ID. @return [String]
@!attribute [rw] next_token
A pagination token used to identify the next page of results to return for a ListFHIRImportJobs query. @return [String]
@!attribute [rw] max_results
This parameter limits the number of results returned for a ListFHIRImportJobs to a maximum quantity specified by the user. @return [Integer]
@!attribute [rw] job_name
This parameter limits the response to the import job with the specified job name. @return [String]
@!attribute [rw] job_status
This parameter limits the response to the import job with the specified job status. @return [String]
@!attribute [rw] submitted_before
This parameter limits the response to FHIR import jobs submitted before a user specified date. @return [Time]
@!attribute [rw] submitted_after
This parameter limits the response to FHIR import jobs submitted after a user specified date. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/ListFHIRImportJobsRequest AWS API Documentation
Constants
- SENSITIVE