Class: Aws::HealthLake::Types::ListFHIRImportJobsRequest

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 import job with the specified data store ID.

Returns:

  • (String)


818
819
820
821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 818

class ListFHIRImportJobsRequest < 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 import job with the specified job name.

Returns:

  • (String)


818
819
820
821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 818

class ListFHIRImportJobsRequest < 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 import job with the specified job status.

Returns:

  • (String)


818
819
820
821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 818

class ListFHIRImportJobsRequest < 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 ListFHIRImportJobs to a maximum quantity specified by the user.

Returns:

  • (Integer)


818
819
820
821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 818

class ListFHIRImportJobsRequest < 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 ListFHIRImportJobs query.

Returns:

  • (String)


818
819
820
821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 818

class ListFHIRImportJobsRequest < 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 import jobs submitted after a user specified date.

Returns:

  • (Time)


818
819
820
821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 818

class ListFHIRImportJobsRequest < 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 import jobs submitted before a user specified date.

Returns:

  • (Time)


818
819
820
821
822
823
824
825
826
827
828
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 818

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