Class: Aws::Omics::Types::ListAnnotationStoreVersionsFilter

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

Overview

Use filters to focus the returned annotation store versions on a specific parameter, such as the status of the annotation store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of an annotation store version.

Returns:

  • (String)


3525
3526
3527
3528
3529
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3525

class ListAnnotationStoreVersionsFilter < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end