Method: Aws::Omics::Types::StartReadSetImportJobSourceItem#name

Defined in:
lib/aws-sdk-omics/types.rb

#nameString

The source’s name.

Returns:

  • (String)


7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
# File '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