Class: Aws::Omics::Types::ListReferenceImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListReferenceImportJobsResponse
- 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::ImportReferenceJobItem>
A lis of jobs.
-
#next_token ⇒ String
A pagination token that's included if more results are available.
Instance Attribute Details
#import_jobs ⇒ Array<Types::ImportReferenceJobItem>
A lis of jobs.
3985 3986 3987 3988 3989 3990 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3985 class ListReferenceImportJobsResponse < 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.
3985 3986 3987 3988 3989 3990 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3985 class ListReferenceImportJobsResponse < Struct.new( :next_token, :import_jobs) SENSITIVE = [] include Aws::Structure end |