Class: Aws::Omics::Types::ImportReadSetSourceItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ImportReadSetSourceItem
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
A source for an import read set job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The source's description.
-
#generated_from ⇒ String
Where the source originated.
-
#name ⇒ String
The source's name.
-
#read_set_id ⇒ String
The source's read set ID.
-
#reference_arn ⇒ String
The source's genome reference ARN.
-
#sample_id ⇒ String
The source's sample ID.
-
#source_file_type ⇒ String
The source's file type.
-
#source_files ⇒ Types::SourceFiles
The source files' location in Amazon S3.
-
#status ⇒ String
The source's status.
-
#status_message ⇒ String
The source's status message.
-
#subject_id ⇒ String
The source's subject ID.
-
#tags ⇒ Hash<String,String>
The source's tags.
Instance Attribute Details
#description ⇒ String
The source's description.
3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3342 class ImportReadSetSourceItem < Struct.new( :source_files, :source_file_type, :status, :status_message, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags, :read_set_id) SENSITIVE = [] include Aws::Structure end |
#generated_from ⇒ String
Where the source originated.
3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3342 class ImportReadSetSourceItem < Struct.new( :source_files, :source_file_type, :status, :status_message, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags, :read_set_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The source's name.
3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3342 class ImportReadSetSourceItem < Struct.new( :source_files, :source_file_type, :status, :status_message, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags, :read_set_id) SENSITIVE = [] include Aws::Structure end |
#read_set_id ⇒ String
The source's read set ID.
3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3342 class ImportReadSetSourceItem < Struct.new( :source_files, :source_file_type, :status, :status_message, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags, :read_set_id) SENSITIVE = [] include Aws::Structure end |
#reference_arn ⇒ String
The source's genome reference ARN.
3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3342 class ImportReadSetSourceItem < Struct.new( :source_files, :source_file_type, :status, :status_message, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags, :read_set_id) SENSITIVE = [] include Aws::Structure end |
#sample_id ⇒ String
The source's sample ID.
3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3342 class ImportReadSetSourceItem < Struct.new( :source_files, :source_file_type, :status, :status_message, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags, :read_set_id) SENSITIVE = [] include Aws::Structure end |
#source_file_type ⇒ String
The source's file type.
3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3342 class ImportReadSetSourceItem < Struct.new( :source_files, :source_file_type, :status, :status_message, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags, :read_set_id) SENSITIVE = [] include Aws::Structure end |
#source_files ⇒ Types::SourceFiles
The source files' location in Amazon S3.
3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3342 class ImportReadSetSourceItem < Struct.new( :source_files, :source_file_type, :status, :status_message, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags, :read_set_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The source's status.
3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3342 class ImportReadSetSourceItem < Struct.new( :source_files, :source_file_type, :status, :status_message, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags, :read_set_id) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The source's status message.
3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3342 class ImportReadSetSourceItem < Struct.new( :source_files, :source_file_type, :status, :status_message, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags, :read_set_id) SENSITIVE = [] include Aws::Structure end |
#subject_id ⇒ String
The source's subject ID.
3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3342 class ImportReadSetSourceItem < Struct.new( :source_files, :source_file_type, :status, :status_message, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags, :read_set_id) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The source's tags.
3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3342 class ImportReadSetSourceItem < Struct.new( :source_files, :source_file_type, :status, :status_message, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags, :read_set_id) SENSITIVE = [] include Aws::Structure end |