Class: Aws::Omics::Types::ListMultipartReadSetUploadsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.

Returns:

  • (String)


4781
4782
4783
4784
4785
4786
# File 'lib/aws-sdk-omics/types.rb', line 4781

class ListMultipartReadSetUploadsResponse < Struct.new(
  :next_token,
  :uploads)
  SENSITIVE = []
  include Aws::Structure
end

#uploadsArray<Types::MultipartReadSetUploadListItem>

An array of multipart uploads.



4781
4782
4783
4784
4785
4786
# File 'lib/aws-sdk-omics/types.rb', line 4781

class ListMultipartReadSetUploadsResponse < Struct.new(
  :next_token,
  :uploads)
  SENSITIVE = []
  include Aws::Structure
end