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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



4044
4045
4046
4047
4048
4049
# File 'lib/aws-sdk-omics/types.rb', line 4044

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)


4044
4045
4046
4047
4048
4049
# File 'lib/aws-sdk-omics/types.rb', line 4044

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