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.
3702 3703 3704 3705 3706 3707 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3702 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.
3702 3703 3704 3705 3706 3707 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3702 class ListReadSetImportJobsResponse < Struct.new( :next_token, :import_jobs) SENSITIVE = [] include Aws::Structure end |