Class: Aws::Omics::Types::StartReadSetImportJobSourceItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

The source’s description.

Returns:

  • (String)


5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
# File 'lib/aws-sdk-omics/types.rb', line 5769

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_fromString

Where the source originated.

Returns:

  • (String)


5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
# File 'lib/aws-sdk-omics/types.rb', line 5769

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

#nameString

The source’s name.

Returns:

  • (String)


5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
# File 'lib/aws-sdk-omics/types.rb', line 5769

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_arnString

The source’s reference ARN.

Returns:

  • (String)


5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
# File 'lib/aws-sdk-omics/types.rb', line 5769

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_idString

The source’s sample ID.

Returns:

  • (String)


5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
# File 'lib/aws-sdk-omics/types.rb', line 5769

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_typeString

The source’s file type.

Returns:

  • (String)


5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
# File 'lib/aws-sdk-omics/types.rb', line 5769

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_filesTypes::SourceFiles

The source files’ location in Amazon S3.

Returns:



5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
# File 'lib/aws-sdk-omics/types.rb', line 5769

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_idString

The source’s subject ID.

Returns:

  • (String)


5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
# File 'lib/aws-sdk-omics/types.rb', line 5769

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

#tagsHash<String,String>

The source’s tags.

Returns:

  • (Hash<String,String>)


5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
# File 'lib/aws-sdk-omics/types.rb', line 5769

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