Class: Aws::Omics::Types::CompleteMultipartReadSetUploadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CompleteMultipartReadSetUploadRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parts ⇒ Array<Types::CompleteReadSetUploadPartListItem>
The individual uploads or parts of a multipart upload.
-
#sequence_store_id ⇒ String
The sequence store ID for the store involved in the multipart upload.
-
#upload_id ⇒ String
The ID for the multipart upload.
Instance Attribute Details
#parts ⇒ Array<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_id ⇒ String
The sequence store ID for the store involved in the 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 |
#upload_id ⇒ String
The ID for the 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 |