Class: Aws::HealthLake::Types::ListFHIRExportJobsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_idString

This parameter limits the response to the export job with the specified data store ID.

Returns:

  • (String)


750
751
752
753
754
755
756
757
758
759
760
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 750

class ListFHIRExportJobsRequest < Struct.new(
  :datastore_id,
  :next_token,
  :max_results,
  :job_name,
  :job_status,
  :submitted_before,
  :submitted_after)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

This parameter limits the response to the export job with the specified job name.

Returns:

  • (String)


750
751
752
753
754
755
756
757
758
759
760
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 750

class ListFHIRExportJobsRequest < Struct.new(
  :datastore_id,
  :next_token,
  :max_results,
  :job_name,
  :job_status,
  :submitted_before,
  :submitted_after)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

This parameter limits the response to the export jobs with the specified job status.

Returns:

  • (String)


750
751
752
753
754
755
756
757
758
759
760
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 750

class ListFHIRExportJobsRequest < Struct.new(
  :datastore_id,
  :next_token,
  :max_results,
  :job_name,
  :job_status,
  :submitted_before,
  :submitted_after)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

This parameter limits the number of results returned for a ListFHIRExportJobs to a maximum quantity specified by the user.

Returns:

  • (Integer)


750
751
752
753
754
755
756
757
758
759
760
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 750

class ListFHIRExportJobsRequest < Struct.new(
  :datastore_id,
  :next_token,
  :max_results,
  :job_name,
  :job_status,
  :submitted_before,
  :submitted_after)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token used to identify the next page of results to return for a ListFHIRExportJobs query.

Returns:

  • (String)


750
751
752
753
754
755
756
757
758
759
760
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 750

class ListFHIRExportJobsRequest < Struct.new(
  :datastore_id,
  :next_token,
  :max_results,
  :job_name,
  :job_status,
  :submitted_before,
  :submitted_after)
  SENSITIVE = []
  include Aws::Structure
end

#submitted_afterTime

This parameter limits the response to FHIR export jobs submitted after a user specified date.

Returns:

  • (Time)


750
751
752
753
754
755
756
757
758
759
760
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 750

class ListFHIRExportJobsRequest < Struct.new(
  :datastore_id,
  :next_token,
  :max_results,
  :job_name,
  :job_status,
  :submitted_before,
  :submitted_after)
  SENSITIVE = []
  include Aws::Structure
end

#submitted_beforeTime

This parameter limits the response to FHIR export jobs submitted before a user specified date.

Returns:

  • (Time)


750
751
752
753
754
755
756
757
758
759
760
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 750

class ListFHIRExportJobsRequest < Struct.new(
  :datastore_id,
  :next_token,
  :max_results,
  :job_name,
  :job_status,
  :submitted_before,
  :submitted_after)
  SENSITIVE = []
  include Aws::Structure
end