Class: Aws::Omics::Types::UploadReadSetPartResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::UploadReadSetPartResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#checksum ⇒ String
An identifier used to confirm that parts are being added to the intended upload.
Instance Attribute Details
#checksum ⇒ String
An identifier used to confirm that parts are being added to the intended upload.
6544 6545 6546 6547 6548 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6544 class UploadReadSetPartResponse < Struct.new( :checksum) SENSITIVE = [] include Aws::Structure end |