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:



3739
3740
3741
3742
3743
3744
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3739

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)


3739
3740
3741
3742
3743
3744
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3739

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