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.
5345 5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5345 class SequenceStoreFilter < Struct.new( :name, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
The filter's end date.
5345 5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5345 class SequenceStoreFilter < Struct.new( :name, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name to filter on.
5345 5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5345 class SequenceStoreFilter < Struct.new( :name, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |