Class: Aws::Omics::Types::CreateMultipartReadSetUploadRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

An idempotency token that can be used to avoid triggering multiple multipart uploads.

Returns:

  • (String)


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

#descriptionString

The description of the read set.

Returns:

  • (String)


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_fromString

Where the source originated.

Returns:

  • (String)


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

#nameString

The name of the read set.

Returns:

  • (String)


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_arnString

The ARN of the reference.

Returns:

  • (String)


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_idString

The source’s sample ID.

Returns:

  • (String)


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_idString

The sequence store ID for the store that is the destination of the multipart uploads.

Returns:

  • (String)


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_typeString

The type of file being uploaded.

Returns:

  • (String)


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_idString

The source’s subject ID.

Returns:

  • (String)


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

#tagsHash<String,String>

Any tags to add to the read set.

Returns:

  • (Hash<String,String>)


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