Class: Aws::Omics::Types::MultipartReadSetUploadListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::MultipartReadSetUploadListItem
- 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
-
#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.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 |
# File 'lib/aws-sdk-omics/types.rb', line 4901 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.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 |
# File 'lib/aws-sdk-omics/types.rb', line 4901 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.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 |
# File 'lib/aws-sdk-omics/types.rb', line 4901 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.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 |
# File 'lib/aws-sdk-omics/types.rb', line 4901 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.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 |
# File 'lib/aws-sdk-omics/types.rb', line 4901 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.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 |
# File 'lib/aws-sdk-omics/types.rb', line 4901 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.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 |
# File 'lib/aws-sdk-omics/types.rb', line 4901 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.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 |
# File 'lib/aws-sdk-omics/types.rb', line 4901 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.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 |
# File 'lib/aws-sdk-omics/types.rb', line 4901 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.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 |
# File 'lib/aws-sdk-omics/types.rb', line 4901 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.
4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 |
# File 'lib/aws-sdk-omics/types.rb', line 4901 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 |