Class: Aws::Omics::Types::ListReadSetImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListReadSetImportJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_jobs ⇒ Array<Types::ImportReadSetJobItem>
A list of jobs.
-
#next_token ⇒ String
A pagination token that’s included if more results are available.
Instance Attribute Details
#import_jobs ⇒ Array<Types::ImportReadSetJobItem>
A list of jobs.
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_token ⇒ String
A pagination token that’s included if more results are available.
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 |