Class: Aws::Omics::Types::ListVariantStoresResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListVariantStoresResponse
- Includes:
- Structure
- Defined in:
- 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_stores ⇒ Array<Types::VariantStoreItem>
A list of variant stores.
Instance Attribute Details
#next_token ⇒ String
A pagination token that’s included if more results are available.
5557 5558 5559 5560 5561 5562 |
# File 'lib/aws-sdk-omics/types.rb', line 5557 class ListVariantStoresResponse < Struct.new( :variant_stores, :next_token) SENSITIVE = [] include Aws::Structure end |
#variant_stores ⇒ Array<Types::VariantStoreItem>
A list of variant stores.
5557 5558 5559 5560 5561 5562 |
# File 'lib/aws-sdk-omics/types.rb', line 5557 class ListVariantStoresResponse < Struct.new( :variant_stores, :next_token) SENSITIVE = [] include Aws::Structure end |