Class: Aws::Omics::Types::ActivateReadSetFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ActivateReadSetFilter
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
A read set activation 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
The filter's status.
Instance Attribute Details
#created_after ⇒ Time
The filter's start date.
88 89 90 91 92 93 94 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 88 class ActivateReadSetFilter < Struct.new( :status, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
The filter's end date.
88 89 90 91 92 93 94 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 88 class ActivateReadSetFilter < Struct.new( :status, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The filter's status.
88 89 90 91 92 93 94 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 88 class ActivateReadSetFilter < Struct.new( :status, :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |