Class: Aws::Omics::Types::ListReadSetExportJobsResponse

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

#export_jobsArray<Types::ExportReadSetJobDetail>

A list of jobs.

Returns:



4872
4873
4874
4875
4876
4877
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4872

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

#next_tokenString

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

Returns:

  • (String)


4872
4873
4874
4875
4876
4877
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4872

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