Class: Aws::Omics::Types::ListReferenceImportJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#import_jobsArray<Types::ImportReferenceJobItem>

A lis of jobs.

Returns:



3957
3958
3959
3960
3961
3962
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3957

class ListReferenceImportJobsResponse < Struct.new(
  :next_token,
  :import_jobs)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token that's included if more results are available.

Returns:

  • (String)


3957
3958
3959
3960
3961
3962
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3957

class ListReferenceImportJobsResponse < Struct.new(
  :next_token,
  :import_jobs)
  SENSITIVE = []
  include Aws::Structure
end