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)


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_fromString

Where the source originated.

Returns:

  • (String)


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

#nameString

The source’s name.

Returns:

  • (String)


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_arnString

The source’s reference ARN.

Returns:

  • (String)


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_idString

The source’s sample ID.

Returns:

  • (String)


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_typeString

The source’s file type.

Returns:

  • (String)


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

The source files’ location in Amazon S3.

Returns:



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_idString

The source’s subject ID.

Returns:

  • (String)


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

#tagsHash<String,String>

The source’s tags.

Returns:

  • (Hash<String,String>)


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