Class: Aws::Omics::Types::ReadSetUploadPartListFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ReadSetUploadPartListFilter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Filter settings that select for read set upload parts of interest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_after ⇒ Time
Filters for read set uploads after a specified time.
-
#created_before ⇒ Time
Filters for read set part uploads before a specified time.
Instance Attribute Details
#created_after ⇒ Time
Filters for read set uploads after a specified time.
5097 5098 5099 5100 5101 5102 |
# File 'lib/aws-sdk-omics/types.rb', line 5097 class ReadSetUploadPartListFilter < Struct.new( :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
Filters for read set part uploads before a specified time.
5097 5098 5099 5100 5101 5102 |
# File 'lib/aws-sdk-omics/types.rb', line 5097 class ReadSetUploadPartListFilter < Struct.new( :created_after, :created_before) SENSITIVE = [] include Aws::Structure end |