Class: Aws::Omics::Types::ListMultipartReadSetUploadsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListMultipartReadSetUploadsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of multipart uploads returned in a page.
-
#next_token ⇒ String
Next token returned in the response of a previous ListMultipartReadSetUploads call.
-
#sequence_store_id ⇒ String
The Sequence Store ID used for the multipart uploads.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of multipart uploads returned in a page.
4004 4005 4006 4007 4008 4009 4010 |
# File 'lib/aws-sdk-omics/types.rb', line 4004 class ListMultipartReadSetUploadsRequest < Struct.new( :sequence_store_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
4004 4005 4006 4007 4008 4009 4010 |
# File 'lib/aws-sdk-omics/types.rb', line 4004 class ListMultipartReadSetUploadsRequest < Struct.new( :sequence_store_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#sequence_store_id ⇒ String
The Sequence Store ID used for the multipart uploads.
4004 4005 4006 4007 4008 4009 4010 |
# File 'lib/aws-sdk-omics/types.rb', line 4004 class ListMultipartReadSetUploadsRequest < Struct.new( :sequence_store_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |