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:



3484
3485
3486
3487
3488
3489
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3484

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)


3484
3485
3486
3487
3488
3489
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3484

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