Class: Aws::Glacier::Types::ListMultipartUploadsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::ListMultipartUploadsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Contains the Amazon S3 Glacier response to your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
An opaque string that represents where to continue pagination of the results.
-
#uploads_list ⇒ Array<Types::UploadListElement>
A list of in-progress multipart uploads.
Instance Attribute Details
#marker ⇒ String
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`.
1596 1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-glacier/types.rb', line 1596 class ListMultipartUploadsOutput < Struct.new( :uploads_list, :marker) SENSITIVE = [] include Aws::Structure end |
#uploads_list ⇒ Array<Types::UploadListElement>
A list of in-progress multipart uploads.
1596 1597 1598 1599 1600 1601 |
# File 'lib/aws-sdk-glacier/types.rb', line 1596 class ListMultipartUploadsOutput < Struct.new( :uploads_list, :marker) SENSITIVE = [] include Aws::Structure end |