Class: Aws::Omics::Types::ImportReferenceFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ImportReferenceFilter
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
A filter for import references.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_after ⇒ Time
The filter's start date.
-
#created_before ⇒ Time
The filter's end date.
-
#status ⇒ String
A status to filter on.
Instance Attribute Details
#created_after ⇒ Time
The filter's start date.
3375 3376 3377 3378 3379 3380 3381 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3375 class ImportReferenceFilter < Struct.new( :status, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
The filter's end date.
3375 3376 3377 3378 3379 3380 3381 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3375 class ImportReferenceFilter < Struct.new( :status, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
A status to filter on.
3375 3376 3377 3378 3379 3380 3381 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3375 class ImportReferenceFilter < Struct.new( :status, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |