Class: Aws::Omics::Types::ListAnnotationImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListAnnotationImportJobsResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#annotation_import_jobs ⇒ Array<Types::AnnotationImportJobItem>
A list of jobs.
-
#next_token ⇒ String
Specifies the pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#annotation_import_jobs ⇒ Array<Types::AnnotationImportJobItem>
A list of jobs.
3537 3538 3539 3540 3541 3542 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3537 class ListAnnotationImportJobsResponse < Struct.new( :annotation_import_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specifies the pagination token from a previous request to retrieve the next page of results.
3537 3538 3539 3540 3541 3542 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3537 class ListAnnotationImportJobsResponse < Struct.new( :annotation_import_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |