Class: Aws::Omics::Types::CompleteReadSetUploadPartListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CompleteReadSetUploadPartListItem
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Part of the response to the CompleteReadSetUpload API, including metadata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#checksum ⇒ String
A unique identifier used to confirm that parts are being added to the correct upload.
-
#part_number ⇒ Integer
A number identifying the part in a read set upload.
-
#part_source ⇒ String
The source file of the part being uploaded.
Instance Attribute Details
#checksum ⇒ String
A unique identifier used to confirm that parts are being added to the correct upload.
506 507 508 509 510 511 512 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 506 class CompleteReadSetUploadPartListItem < Struct.new( :part_number, :part_source, :checksum) SENSITIVE = [] include Aws::Structure end |
#part_number ⇒ Integer
A number identifying the part in a read set upload.
506 507 508 509 510 511 512 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 506 class CompleteReadSetUploadPartListItem < Struct.new( :part_number, :part_source, :checksum) SENSITIVE = [] include Aws::Structure end |
#part_source ⇒ String
The source file of the part being uploaded.
506 507 508 509 510 511 512 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 506 class CompleteReadSetUploadPartListItem < Struct.new( :part_number, :part_source, :checksum) SENSITIVE = [] include Aws::Structure end |