Class: Aws::Omics::Types::ListVariantStoresRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::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

#idsArray<String>

A list of store IDs.

Returns:

  • (Array<String>)


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_resultsInteger

The maximum number of stores to return in one page of results.

Returns:

  • (Integer)


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_tokenString

Specify the pagination token from a previous request to retrieve the next page of results.

Returns:

  • (String)


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