Class: Aws::Omics::Types::ListVariantStoresRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListVariantStoresRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::ListVariantStoresFilter
A filter to apply to the list.
-
#ids ⇒ Array<String>
A list of store IDs.
-
#max_results ⇒ Integer
The maximum number of stores to return in one page of results.
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#filter ⇒ Types::ListVariantStoresFilter
A filter to apply to the list.
5538 5539 5540 5541 5542 5543 5544 5545 |
# File 'lib/aws-sdk-omics/types.rb', line 5538 class ListVariantStoresRequest < Struct.new( :max_results, :ids, :next_token, :filter) SENSITIVE = [] include Aws::Structure end |
#ids ⇒ Array<String>
A list of store IDs.
5538 5539 5540 5541 5542 5543 5544 5545 |
# File 'lib/aws-sdk-omics/types.rb', line 5538 class ListVariantStoresRequest < Struct.new( :max_results, :ids, :next_token, :filter) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of stores to return in one page of results.
5538 5539 5540 5541 5542 5543 5544 5545 |
# File 'lib/aws-sdk-omics/types.rb', line 5538 class ListVariantStoresRequest < Struct.new( :max_results, :ids, :next_token, :filter) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
5538 5539 5540 5541 5542 5543 5544 5545 |
# File 'lib/aws-sdk-omics/types.rb', line 5538 class ListVariantStoresRequest < Struct.new( :max_results, :ids, :next_token, :filter) SENSITIVE = [] include Aws::Structure end |