class Aws::HealthLake::Types::ListFHIRExportJobsRequest
@note When making an API call, you may pass ListFHIRExportJobsRequest
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 export 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 ListFHIRExportJobs query. @return [String]
@!attribute [rw] max_results
This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user. @return [Integer]
@!attribute [rw] job_name
This parameter limits the response to the export job with the specified job name. @return [String]
@!attribute [rw] job_status
This parameter limits the response to the export jobs with the specified job status. @return [String]
@!attribute [rw] submitted_before
This parameter limits the response to FHIR export jobs submitted before a user specified date. @return [Time]
@!attribute [rw] submitted_after
This parameter limits the response to FHIR export jobs submitted after a user specified date. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/ListFHIRExportJobsRequest AWS API Documentation
Constants
- SENSITIVE