Class: Aws::Omics::Types::UploadReadSetPartRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::UploadReadSetPartRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#part_number ⇒ Integer
The number of the part being uploaded.
-
#part_source ⇒ String
The source file for an upload part.
-
#payload ⇒ IO
The read set data to upload for a part.
-
#sequence_store_id ⇒ String
The Sequence Store ID used for the multipart upload.
-
#upload_id ⇒ String
The ID for the initiated multipart upload.
Instance Attribute Details
#part_number ⇒ Integer
The number of the part being uploaded.
7213 7214 7215 7216 7217 7218 7219 7220 7221 |
# File 'lib/aws-sdk-omics/types.rb', line 7213 class UploadReadSetPartRequest < Struct.new( :sequence_store_id, :upload_id, :part_source, :part_number, :payload) SENSITIVE = [] include Aws::Structure end |
#part_source ⇒ String
The source file for an upload part.
7213 7214 7215 7216 7217 7218 7219 7220 7221 |
# File 'lib/aws-sdk-omics/types.rb', line 7213 class UploadReadSetPartRequest < Struct.new( :sequence_store_id, :upload_id, :part_source, :part_number, :payload) SENSITIVE = [] include Aws::Structure end |
#payload ⇒ IO
The read set data to upload for a part.
7213 7214 7215 7216 7217 7218 7219 7220 7221 |
# File 'lib/aws-sdk-omics/types.rb', line 7213 class UploadReadSetPartRequest < Struct.new( :sequence_store_id, :upload_id, :part_source, :part_number, :payload) SENSITIVE = [] include Aws::Structure end |
#sequence_store_id ⇒ String
The Sequence Store ID used for the multipart upload.
7213 7214 7215 7216 7217 7218 7219 7220 7221 |
# File 'lib/aws-sdk-omics/types.rb', line 7213 class UploadReadSetPartRequest < Struct.new( :sequence_store_id, :upload_id, :part_source, :part_number, :payload) SENSITIVE = [] include Aws::Structure end |
#upload_id ⇒ String
The ID for the initiated multipart upload.
7213 7214 7215 7216 7217 7218 7219 7220 7221 |
# File 'lib/aws-sdk-omics/types.rb', line 7213 class UploadReadSetPartRequest < Struct.new( :sequence_store_id, :upload_id, :part_source, :part_number, :payload) SENSITIVE = [] include Aws::Structure end |