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)


4024
4025
4026
4027
4028
4029
# File 'lib/aws-sdk-omics/types.rb', line 4024

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

#uploadsArray<Types::MultipartReadSetUploadListItem>

An array of multipart uploads.



4024
4025
4026
4027
4028
4029
# File 'lib/aws-sdk-omics/types.rb', line 4024

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