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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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)


3867
3868
3869
3870
3871
3872
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3867

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

#partsArray<Types::ReadSetUploadPartListItem>

An array of upload parts.



3867
3868
3869
3870
3871
3872
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3867

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