Class: Aws::Omics::Types::CompleteMultipartReadSetUploadRequest

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

#partsArray<Types::CompleteReadSetUploadPartListItem>

The individual uploads or parts of a multipart upload.



468
469
470
471
472
473
474
# File 'lib/aws-sdk-omics/types.rb', line 468

class CompleteMultipartReadSetUploadRequest < Struct.new(
  :sequence_store_id,
  :upload_id,
  :parts)
  SENSITIVE = []
  include Aws::Structure
end

#sequence_store_idString

The sequence store ID for the store involved in the multipart upload.

Returns:

  • (String)


468
469
470
471
472
473
474
# File 'lib/aws-sdk-omics/types.rb', line 468

class CompleteMultipartReadSetUploadRequest < Struct.new(
  :sequence_store_id,
  :upload_id,
  :parts)
  SENSITIVE = []
  include Aws::Structure
end

#upload_idString

The ID for the multipart upload.

Returns:

  • (String)


468
469
470
471
472
473
474
# File 'lib/aws-sdk-omics/types.rb', line 468

class CompleteMultipartReadSetUploadRequest < Struct.new(
  :sequence_store_id,
  :upload_id,
  :parts)
  SENSITIVE = []
  include Aws::Structure
end