Class: Aws::Omics::Types::AbortMultipartReadSetUploadRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::AbortMultipartReadSetUploadRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#sequence_store_id ⇒ String
The sequence store ID for the store involved in the multipart upload.
24 25 26 27 28 29 |
# File 'lib/aws-sdk-omics/types.rb', line 24 class AbortMultipartReadSetUploadRequest < Struct.new( :sequence_store_id, :upload_id) SENSITIVE = [] include Aws::Structure end |
#upload_id ⇒ String
The ID for the multipart upload.
24 25 26 27 28 29 |
# File 'lib/aws-sdk-omics/types.rb', line 24 class AbortMultipartReadSetUploadRequest < Struct.new( :sequence_store_id, :upload_id) SENSITIVE = [] include Aws::Structure end |