Class: Aws::Omics::Types::CreateMultipartReadSetUploadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateMultipartReadSetUploadRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
An idempotency token that can be used to avoid triggering multiple multipart uploads.
-
#description ⇒ String
The description of the read set.
-
#generated_from ⇒ String
Where the source originated.
-
#name ⇒ String
The name of the read set.
-
#reference_arn ⇒ String
The ARN of the reference.
-
#sample_id ⇒ String
The source’s sample ID.
-
#sequence_store_id ⇒ String
The sequence store ID for the store that is the destination of the multipart uploads.
-
#source_file_type ⇒ String
The type of file being uploaded.
-
#subject_id ⇒ String
The source’s subject ID.
-
#tags ⇒ Hash<String,String>
Any tags to add to the read set.
Instance Attribute Details
#client_token ⇒ String
An idempotency token that can be used to avoid triggering multiple multipart uploads.
748 749 750 751 752 753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-omics/types.rb', line 748 class CreateMultipartReadSetUploadRequest < Struct.new( :sequence_store_id, :client_token, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the read set.
748 749 750 751 752 753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-omics/types.rb', line 748 class CreateMultipartReadSetUploadRequest < Struct.new( :sequence_store_id, :client_token, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#generated_from ⇒ String
Where the source originated.
748 749 750 751 752 753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-omics/types.rb', line 748 class CreateMultipartReadSetUploadRequest < Struct.new( :sequence_store_id, :client_token, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the read set.
748 749 750 751 752 753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-omics/types.rb', line 748 class CreateMultipartReadSetUploadRequest < Struct.new( :sequence_store_id, :client_token, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#reference_arn ⇒ String
The ARN of the reference.
748 749 750 751 752 753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-omics/types.rb', line 748 class CreateMultipartReadSetUploadRequest < Struct.new( :sequence_store_id, :client_token, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#sample_id ⇒ String
The source’s sample ID.
748 749 750 751 752 753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-omics/types.rb', line 748 class CreateMultipartReadSetUploadRequest < Struct.new( :sequence_store_id, :client_token, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#sequence_store_id ⇒ String
The sequence store ID for the store that is the destination of the multipart uploads.
748 749 750 751 752 753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-omics/types.rb', line 748 class CreateMultipartReadSetUploadRequest < Struct.new( :sequence_store_id, :client_token, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#source_file_type ⇒ String
The type of file being uploaded.
748 749 750 751 752 753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-omics/types.rb', line 748 class CreateMultipartReadSetUploadRequest < Struct.new( :sequence_store_id, :client_token, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#subject_id ⇒ String
The source’s subject ID.
748 749 750 751 752 753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-omics/types.rb', line 748 class CreateMultipartReadSetUploadRequest < Struct.new( :sequence_store_id, :client_token, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Any tags to add to the read set.
748 749 750 751 752 753 754 755 756 757 758 759 760 761 |
# File 'lib/aws-sdk-omics/types.rb', line 748 class CreateMultipartReadSetUploadRequest < Struct.new( :sequence_store_id, :client_token, :source_file_type, :subject_id, :sample_id, :generated_from, :reference_arn, :name, :description, :tags) SENSITIVE = [] include Aws::Structure end |