Class: Aws::Omics::Types::ReadSetFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ReadSetFilter
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
A filter for read sets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_after ⇒ Time
The filter's start date.
-
#created_before ⇒ Time
The filter's end date.
-
#creation_type ⇒ String
The creation type of the read set.
-
#generated_from ⇒ String
Where the source originated.
-
#name ⇒ String
A name to filter on.
-
#reference_arn ⇒ String
A genome reference ARN to filter on.
-
#sample_id ⇒ String
The read set source's sample ID.
-
#status ⇒ String
A status to filter on.
-
#subject_id ⇒ String
The read set source's subject ID.
Instance Attribute Details
#created_after ⇒ Time
The filter's start date.
4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4727 class ReadSetFilter < Struct.new( :name, :status, :reference_arn, :created_after, :created_before, :sample_id, :subject_id, :generated_from, :creation_type) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
The filter's end date.
4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4727 class ReadSetFilter < Struct.new( :name, :status, :reference_arn, :created_after, :created_before, :sample_id, :subject_id, :generated_from, :creation_type) SENSITIVE = [] include Aws::Structure end |
#creation_type ⇒ String
The creation type of the read set.
4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4727 class ReadSetFilter < Struct.new( :name, :status, :reference_arn, :created_after, :created_before, :sample_id, :subject_id, :generated_from, :creation_type) SENSITIVE = [] include Aws::Structure end |
#generated_from ⇒ String
Where the source originated.
4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4727 class ReadSetFilter < Struct.new( :name, :status, :reference_arn, :created_after, :created_before, :sample_id, :subject_id, :generated_from, :creation_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name to filter on.
4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4727 class ReadSetFilter < Struct.new( :name, :status, :reference_arn, :created_after, :created_before, :sample_id, :subject_id, :generated_from, :creation_type) SENSITIVE = [] include Aws::Structure end |
#reference_arn ⇒ String
A genome reference ARN to filter on.
4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4727 class ReadSetFilter < Struct.new( :name, :status, :reference_arn, :created_after, :created_before, :sample_id, :subject_id, :generated_from, :creation_type) SENSITIVE = [] include Aws::Structure end |
#sample_id ⇒ String
The read set source's sample ID.
4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4727 class ReadSetFilter < Struct.new( :name, :status, :reference_arn, :created_after, :created_before, :sample_id, :subject_id, :generated_from, :creation_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
A status to filter on.
4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4727 class ReadSetFilter < Struct.new( :name, :status, :reference_arn, :created_after, :created_before, :sample_id, :subject_id, :generated_from, :creation_type) SENSITIVE = [] include Aws::Structure end |
#subject_id ⇒ String
The read set source's subject ID.
4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4727 class ReadSetFilter < Struct.new( :name, :status, :reference_arn, :created_after, :created_before, :sample_id, :subject_id, :generated_from, :creation_type) SENSITIVE = [] include Aws::Structure end |