Class: Aws::Omics::Types::ListAnnotationStoreVersionsFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListAnnotationStoreVersionsFilter
- 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
-
#status ⇒ String
The status of an annotation store version.
Instance Attribute Details
#status ⇒ String
The status of an annotation store version.
3553 3554 3555 3556 3557 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3553 class ListAnnotationStoreVersionsFilter < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |