Class: Aws::Omics::Types::StartReadSetImportJobSourceItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::StartReadSetImportJobSourceItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
A source for a read set import 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.
-
#reference_arn ⇒ String
The source’s 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.
-
#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.
6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 |
# File 'lib/aws-sdk-omics/types.rb', line 6262 class StartReadSetImportJobSourceItem < Struct.new( :source_files, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#generated_from ⇒ String
Where the source originated.
6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 |
# File 'lib/aws-sdk-omics/types.rb', line 6262 class StartReadSetImportJobSourceItem < Struct.new( :source_files, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The source’s name.
6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 |
# File 'lib/aws-sdk-omics/types.rb', line 6262 class StartReadSetImportJobSourceItem < Struct.new( :source_files, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#reference_arn ⇒ String
The source’s reference ARN.
6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 |
# File 'lib/aws-sdk-omics/types.rb', line 6262 class StartReadSetImportJobSourceItem < Struct.new( :source_files, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#sample_id ⇒ String
The source’s sample ID.
6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 |
# File 'lib/aws-sdk-omics/types.rb', line 6262 class StartReadSetImportJobSourceItem < Struct.new( :source_files, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#source_file_type ⇒ String
The source’s file type.
6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 |
# File 'lib/aws-sdk-omics/types.rb', line 6262 class StartReadSetImportJobSourceItem < Struct.new( :source_files, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#source_files ⇒ Types::SourceFiles
The source files’ location in Amazon S3.
6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 |
# File 'lib/aws-sdk-omics/types.rb', line 6262 class StartReadSetImportJobSourceItem < Struct.new( :source_files, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#subject_id ⇒ String
The source’s subject ID.
6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 |
# File 'lib/aws-sdk-omics/types.rb', line 6262 class StartReadSetImportJobSourceItem < Struct.new( :source_files, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The source’s tags.
6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 |
# File 'lib/aws-sdk-omics/types.rb', line 6262 class StartReadSetImportJobSourceItem < Struct.new( :source_files, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |