Class: Aws::Omics::Types::UploadReadSetPartResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::UploadReadSetPartResponse
- Includes:
- Structure
- Defined in:
- 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.
7230 7231 7232 7233 7234 |
# File 'lib/aws-sdk-omics/types.rb', line 7230 class UploadReadSetPartResponse < Struct.new( :checksum) SENSITIVE = [] include Aws::Structure end |