Class: Aws::Omics::Types::ListReadSetImportJobsResponse

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::ImportReadSetJobItem>

A list of jobs.

Returns:



3837
3838
3839
3840
3841
3842
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3837

class ListReadSetImportJobsResponse < 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)


3837
3838
3839
3840
3841
3842
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3837

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