Class: Aws::Omics::Types::SequenceStoreFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::SequenceStoreFilter
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
A filter for a sequence store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_after ⇒ Time
The filter's start date.
-
#created_before ⇒ Time
The filter's end date.
-
#name ⇒ String
A name to filter on.
Instance Attribute Details
#created_after ⇒ Time
The filter's start date.
5158 5159 5160 5161 5162 5163 5164 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5158 class SequenceStoreFilter < Struct.new( :name, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
The filter's end date.
5158 5159 5160 5161 5162 5163 5164 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5158 class SequenceStoreFilter < Struct.new( :name, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name to filter on.
5158 5159 5160 5161 5162 5163 5164 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5158 class SequenceStoreFilter < Struct.new( :name, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |