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.
6117 6118 6119 6120 6121 6122 6123 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6117 class ReferenceStoreFilter < Struct.new( :name, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
The filter's end date.
6117 6118 6119 6120 6121 6122 6123 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6117 class ReferenceStoreFilter < Struct.new( :name, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name to filter on.
6117 6118 6119 6120 6121 6122 6123 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6117 class ReferenceStoreFilter < Struct.new( :name, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |