Class: Aws::Omics::Types::ReadSetUploadPartListFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_afterTime

Filters for read set uploads after a specified time.

Returns:

  • (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_beforeTime

Filters for read set part uploads before a specified time.

Returns:

  • (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