Class: Aws::Omics::Types::ListReadSetUploadPartsResponse

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 ListReadSetUploadParts call. Used to get the next page of results.

Returns:

  • (String)


4218
4219
4220
4221
4222
4223
# File 'lib/aws-sdk-omics/types.rb', line 4218

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

#partsArray<Types::ReadSetUploadPartListItem>

An array of upload parts.



4218
4219
4220
4221
4222
4223
# File 'lib/aws-sdk-omics/types.rb', line 4218

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