Class: Aws::Omics::Types::ListAnnotationStoresResponse

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_storesArray<Types::AnnotationStoreItem>

A list of stores.

Returns:



3605
3606
3607
3608
3609
3610
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3605

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

#next_tokenString

A pagination token that's included if more results are available.

Returns:

  • (String)


3605
3606
3607
3608
3609
3610
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3605

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