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.
4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4250 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.
4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4250 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.
4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4250 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.
4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4250 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.
4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4250 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.
4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4250 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.
4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4250 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.
4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4250 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.
4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4250 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.
4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4250 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.
4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4250 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.
4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4250 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 |