Class: Aws::Omics::Types::ListReadSetImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListReadSetImportJobsResponse
- Defined in:
- gems/aws-sdk-omics/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.
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_token ⇒ String
A pagination token that's included if more results are available.
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 |