Class: Aws::Omics::Types::MultipartReadSetUploadListItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Part of the response to ListMultipartReadSetUploads, excluding completed and aborted multipart uploads.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time stamp for when a direct upload was created.

Returns:

  • (Time)


4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
# File 'lib/aws-sdk-omics/types.rb', line 4541

class MultipartReadSetUploadListItem < Struct.new(
  :sequence_store_id,
  :upload_id,
  :source_file_type,
  :subject_id,
  :sample_id,
  :generated_from,
  :reference_arn,
  :name,
  :description,
  :tags,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of a read set.

Returns:

  • (String)


4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
# File 'lib/aws-sdk-omics/types.rb', line 4541

class MultipartReadSetUploadListItem < Struct.new(
  :sequence_store_id,
  :upload_id,
  :source_file_type,
  :subject_id,
  :sample_id,
  :generated_from,
  :reference_arn,
  :name,
  :description,
  :tags,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#generated_fromString

The source of an uploaded part.

Returns:

  • (String)


4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
# File 'lib/aws-sdk-omics/types.rb', line 4541

class MultipartReadSetUploadListItem < Struct.new(
  :sequence_store_id,
  :upload_id,
  :source_file_type,
  :subject_id,
  :sample_id,
  :generated_from,
  :reference_arn,
  :name,
  :description,
  :tags,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of a read set.

Returns:

  • (String)


4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
# File 'lib/aws-sdk-omics/types.rb', line 4541

class MultipartReadSetUploadListItem < Struct.new(
  :sequence_store_id,
  :upload_id,
  :source_file_type,
  :subject_id,
  :sample_id,
  :generated_from,
  :reference_arn,
  :name,
  :description,
  :tags,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#reference_arnString

The source’s reference ARN.

Returns:

  • (String)


4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
# File 'lib/aws-sdk-omics/types.rb', line 4541

class MultipartReadSetUploadListItem < Struct.new(
  :sequence_store_id,
  :upload_id,
  :source_file_type,
  :subject_id,
  :sample_id,
  :generated_from,
  :reference_arn,
  :name,
  :description,
  :tags,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#sample_idString

The read set source’s sample ID.

Returns:

  • (String)


4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
# File 'lib/aws-sdk-omics/types.rb', line 4541

class MultipartReadSetUploadListItem < Struct.new(
  :sequence_store_id,
  :upload_id,
  :source_file_type,
  :subject_id,
  :sample_id,
  :generated_from,
  :reference_arn,
  :name,
  :description,
  :tags,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#sequence_store_idString

The sequence store ID used for the multipart upload.

Returns:

  • (String)


4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
# File 'lib/aws-sdk-omics/types.rb', line 4541

class MultipartReadSetUploadListItem < Struct.new(
  :sequence_store_id,
  :upload_id,
  :source_file_type,
  :subject_id,
  :sample_id,
  :generated_from,
  :reference_arn,
  :name,
  :description,
  :tags,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#source_file_typeString

The type of file the read set originated from.

Returns:

  • (String)


4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
# File 'lib/aws-sdk-omics/types.rb', line 4541

class MultipartReadSetUploadListItem < Struct.new(
  :sequence_store_id,
  :upload_id,
  :source_file_type,
  :subject_id,
  :sample_id,
  :generated_from,
  :reference_arn,
  :name,
  :description,
  :tags,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#subject_idString

The read set source’s subject ID.

Returns:

  • (String)


4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
# File 'lib/aws-sdk-omics/types.rb', line 4541

class MultipartReadSetUploadListItem < Struct.new(
  :sequence_store_id,
  :upload_id,
  :source_file_type,
  :subject_id,
  :sample_id,
  :generated_from,
  :reference_arn,
  :name,
  :description,
  :tags,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Any tags you wish to add to a read set.

Returns:

  • (Hash<String,String>)


4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
# File 'lib/aws-sdk-omics/types.rb', line 4541

class MultipartReadSetUploadListItem < Struct.new(
  :sequence_store_id,
  :upload_id,
  :source_file_type,
  :subject_id,
  :sample_id,
  :generated_from,
  :reference_arn,
  :name,
  :description,
  :tags,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#upload_idString

The ID for the initiated multipart upload.

Returns:

  • (String)


4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
# File 'lib/aws-sdk-omics/types.rb', line 4541

class MultipartReadSetUploadListItem < Struct.new(
  :sequence_store_id,
  :upload_id,
  :source_file_type,
  :subject_id,
  :sample_id,
  :generated_from,
  :reference_arn,
  :name,
  :description,
  :tags,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end