Class: Aws::Omics::Types::ListAnnotationStoresRequest

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

#filterTypes::ListAnnotationStoresFilter

A filter to apply to the list.



3611
3612
3613
3614
3615
3616
3617
3618
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3611

class ListAnnotationStoresRequest < Struct.new(
  :ids,
  :max_results,
  :next_token,
  :filter)
  SENSITIVE = []
  include Aws::Structure
end

#idsArray<String>

IDs of stores to list.

Returns:

  • (Array<String>)


3611
3612
3613
3614
3615
3616
3617
3618
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3611

class ListAnnotationStoresRequest < Struct.new(
  :ids,
  :max_results,
  :next_token,
  :filter)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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

Returns:

  • (Integer)


3611
3612
3613
3614
3615
3616
3617
3618
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3611

class ListAnnotationStoresRequest < Struct.new(
  :ids,
  :max_results,
  :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)


3611
3612
3613
3614
3615
3616
3617
3618
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3611

class ListAnnotationStoresRequest < Struct.new(
  :ids,
  :max_results,
  :next_token,
  :filter)
  SENSITIVE = []
  include Aws::Structure
end