Class: Aws::Omics::Types::StartReadSetImportJobSourceItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Omics::Types::StartReadSetImportJobSourceItem
 
 
- Defined in:
 - gems/aws-sdk-omics/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.
      7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7130 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.
      7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7130 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.
      7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7130 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.
      7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7130 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.
      7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7130 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.
      7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7130 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.
      7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7130 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.
      7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7130 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.
      7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142  | 
    
      # File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7130 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  |