Class: Aws::Omics::Types::ListReadSetUploadPartsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListReadSetUploadPartsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::ReadSetUploadPartListFilter
Attributes used to filter for a specific subset of read set part uploads.
-
#max_results ⇒ Integer
The maximum number of read set upload parts returned in a page.
-
#next_token ⇒ String
Next token returned in the response of a previous ListReadSetUploadPartsRequest call.
-
#part_source ⇒ String
The source file for the upload part.
-
#sequence_store_id ⇒ String
The Sequence Store ID used for the multipart uploads.
-
#upload_id ⇒ String
The ID for the initiated multipart upload.
Instance Attribute Details
#filter ⇒ Types::ReadSetUploadPartListFilter
Attributes used to filter for a specific subset of read set part uploads.
4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 |
# File 'lib/aws-sdk-omics/types.rb', line 4196 class ListReadSetUploadPartsRequest < Struct.new( :sequence_store_id, :upload_id, :part_source, :max_results, :next_token, :filter) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of read set upload parts returned in a page.
4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 |
# File 'lib/aws-sdk-omics/types.rb', line 4196 class ListReadSetUploadPartsRequest < Struct.new( :sequence_store_id, :upload_id, :part_source, :max_results, :next_token, :filter) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 |
# File 'lib/aws-sdk-omics/types.rb', line 4196 class ListReadSetUploadPartsRequest < Struct.new( :sequence_store_id, :upload_id, :part_source, :max_results, :next_token, :filter) SENSITIVE = [] include Aws::Structure end |
#part_source ⇒ String
The source file for the upload part.
4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 |
# File 'lib/aws-sdk-omics/types.rb', line 4196 class ListReadSetUploadPartsRequest < Struct.new( :sequence_store_id, :upload_id, :part_source, :max_results, :next_token, :filter) SENSITIVE = [] include Aws::Structure end |
#sequence_store_id ⇒ String
The Sequence Store ID used for the multipart uploads.
4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 |
# File 'lib/aws-sdk-omics/types.rb', line 4196 class ListReadSetUploadPartsRequest < Struct.new( :sequence_store_id, :upload_id, :part_source, :max_results, :next_token, :filter) SENSITIVE = [] include Aws::Structure end |
#upload_id ⇒ String
The ID for the initiated multipart upload.
4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 |
# File 'lib/aws-sdk-omics/types.rb', line 4196 class ListReadSetUploadPartsRequest < Struct.new( :sequence_store_id, :upload_id, :part_source, :max_results, :next_token, :filter) SENSITIVE = [] include Aws::Structure end |