Class: Aws::Omics::Types::ListVariantImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListVariantImportJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token that’s included if more results are available.
-
#variant_import_jobs ⇒ Array<Types::VariantImportJobItem>
A list of jobs.
Instance Attribute Details
#next_token ⇒ String
A pagination token that’s included if more results are available.
5498 5499 5500 5501 5502 5503 |
# File 'lib/aws-sdk-omics/types.rb', line 5498 class ListVariantImportJobsResponse < Struct.new( :variant_import_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#variant_import_jobs ⇒ Array<Types::VariantImportJobItem>
A list of jobs.
5498 5499 5500 5501 5502 5503 |
# File 'lib/aws-sdk-omics/types.rb', line 5498 class ListVariantImportJobsResponse < Struct.new( :variant_import_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |