Class: Aws::Omics::Types::ListAnnotationImportJobsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_import_jobsArray<Types::AnnotationImportJobItem>

A list of jobs.

Returns:



3509
3510
3511
3512
3513
3514
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3509

class ListAnnotationImportJobsResponse < Struct.new(
  :annotation_import_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Specifies the pagination token from a previous request to retrieve the next page of results.

Returns:

  • (String)


3509
3510
3511
3512
3513
3514
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3509

class ListAnnotationImportJobsResponse < Struct.new(
  :annotation_import_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end