Class: Aws::Omics::Types::MultipartReadSetUploadListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::MultipartReadSetUploadListItem
- 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
-
#creation_time ⇒ Time
The time stamp for when a direct upload was created.
-
#description ⇒ String
The description of a read set.
-
#generated_from ⇒ String
The source of an uploaded part.
-
#name ⇒ String
The name of a read set.
-
#reference_arn ⇒ String
The source's reference ARN.
-
#sample_id ⇒ String
The read set source's sample ID.
-
#sequence_store_id ⇒ String
The sequence store ID used for the multipart upload.
-
#source_file_type ⇒ String
The type of file the read set originated from.
-
#subject_id ⇒ String
The read set source's subject ID.
-
#tags ⇒ Hash<String,String>
Any tags you wish to add to a read set.
-
#upload_id ⇒ String
The ID for the initiated multipart upload.
Instance Attribute Details
#creation_time ⇒ Time
The time stamp for when a direct upload was created.
4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 |
# File 'gems/aws-sdk-omics/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 |
#description ⇒ String
The description of a read set.
4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 |
# File 'gems/aws-sdk-omics/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_from ⇒ String
The source of an uploaded part.
4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 |
# File 'gems/aws-sdk-omics/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 |
#name ⇒ String
The name of a read set.
4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 |
# File 'gems/aws-sdk-omics/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_arn ⇒ String
The source's reference ARN.
4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 |
# File 'gems/aws-sdk-omics/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_id ⇒ String
The read set source's sample ID.
4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 |
# File 'gems/aws-sdk-omics/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_id ⇒ String
The sequence store ID used for the multipart upload.
4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 |
# File 'gems/aws-sdk-omics/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_type ⇒ String
The type of file the read set originated from.
4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 |
# File 'gems/aws-sdk-omics/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_id ⇒ String
The read set source's subject ID.
4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 |
# File 'gems/aws-sdk-omics/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 |
#tags ⇒ Hash<String,String>
Any tags you wish to add to a read set.
4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 |
# File 'gems/aws-sdk-omics/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_id ⇒ String
The ID for the initiated multipart upload.
4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 |
# File 'gems/aws-sdk-omics/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 |