Class: Aws::Glacier::Types::ListMultipartUploadsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb

Overview

Contains the Amazon S3 Glacier response to your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

Returns:

  • (String)


1596
1597
1598
1599
1600
1601
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1596

class ListMultipartUploadsOutput < Struct.new(
  :uploads_list,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#uploads_listArray<Types::UploadListElement>

A list of in-progress multipart uploads.

Returns:



1596
1597
1598
1599
1600
1601
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1596

class ListMultipartUploadsOutput < Struct.new(
  :uploads_list,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end