Class: Aws::Omics::Types::ListVariantImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListVariantImportJobsResponse
- Defined in:
- gems/aws-sdk-omics/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.
5085 5086 5087 5088 5089 5090 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5085 class ListVariantImportJobsResponse < Struct.new( :variant_import_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#variant_import_jobs ⇒ Array<Types::VariantImportJobItem>
A list of jobs.
5085 5086 5087 5088 5089 5090 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5085 class ListVariantImportJobsResponse < Struct.new( :variant_import_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |