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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4513

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)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4513

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)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4513

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)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4513

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)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4513

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)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4513

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)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4513

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)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4513

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)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4513

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>)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4513

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)


4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4513

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