Class: Aws::Omics::Types::ListAnnotationStoreVersionsResponse

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_store_versionsArray<Types::AnnotationStoreVersionItem>

Lists all versions of an annotation store.



3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3571

class ListAnnotationStoreVersionsResponse < Struct.new(
  :annotation_store_versions,
  :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)


3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3571

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