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.
4455 4456 4457 4458 4459 4460 4461 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4455 class ImportReferenceFilter < Struct.new( :status, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
The filter's end date.
4455 4456 4457 4458 4459 4460 4461 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4455 class ImportReferenceFilter < Struct.new( :status, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
A status to filter on.
4455 4456 4457 4458 4459 4460 4461 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4455 class ImportReferenceFilter < Struct.new( :status, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |