Class: Aws::Omics::Types::ReferenceStoreFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ReferenceStoreFilter
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
A filter for reference stores.
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
The name to filter on.
Instance Attribute Details
#created_after ⇒ Time
The filter's start date.
5082 5083 5084 5085 5086 5087 5088 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5082 class ReferenceStoreFilter < Struct.new( :name, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
The filter's end date.
5082 5083 5084 5085 5086 5087 5088 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5082 class ReferenceStoreFilter < Struct.new( :name, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name to filter on.
5082 5083 5084 5085 5086 5087 5088 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5082 class ReferenceStoreFilter < Struct.new( :name, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |