Class: Aws::Omics::Types::ExportReadSetFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ExportReadSetFilter
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
An read set export job filter.
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.
1548 1549 1550 1551 1552 1553 1554 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1548 class ExportReadSetFilter < Struct.new( :status, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
The filter's end date.
1548 1549 1550 1551 1552 1553 1554 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1548 class ExportReadSetFilter < Struct.new( :status, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
A status to filter on.
1548 1549 1550 1551 1552 1553 1554 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1548 class ExportReadSetFilter < Struct.new( :status, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |