Struct rusoto_s3::ListMultipartUploadsOutput [−][src]
Fields
bucket: Option<String>Name of the bucket to which the multipart upload was initiated.
common_prefixes: Option<Vec<CommonPrefix>>If you specify a delimiter in the request, then the result returns each distinct key prefix containing the delimiter in a CommonPrefixes element. The distinct key prefixes are returned in the Prefix child element.
delimiter: Option<String>Contains the delimiter you specified in the request. If you don't specify a delimiter in your request, this element is absent from the response.
encoding_type: Option<String>Encoding type used by Amazon S3 to encode object keys in the response.
If you specify encoding-type request parameter, Amazon S3 includes this element in the response, and returns encoded key name values in the following response elements:
Delimiter, KeyMarker, Prefix, NextKeyMarker, Key.
is_truncated: Option<bool>Indicates whether the returned list of multipart uploads is truncated. A value of true indicates that the list was truncated. The list can be truncated if the number of multipart uploads exceeds the limit allowed or specified by max uploads.
key_marker: Option<String>The key at or after which the listing began.
max_uploads: Option<i64>Maximum number of multipart uploads that could have been included in the response.
next_key_marker: Option<String>When a list is truncated, this element specifies the value that should be used for the key-marker request parameter in a subsequent request.
next_upload_id_marker: Option<String>When a list is truncated, this element specifies the value that should be used for the upload-id-marker request parameter in a subsequent request.
prefix: Option<String>When a prefix is provided in the request, this field contains the specified prefix. The result contains only keys starting with the specified prefix.
upload_id_marker: Option<String>Upload ID after which listing began.
uploads: Option<Vec<MultipartUpload>>Container for elements related to a particular multipart upload. A response can contain zero or more Upload elements.
Trait Implementations
impl Clone for ListMultipartUploadsOutput[src]
fn clone(&self) -> ListMultipartUploadsOutput[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ListMultipartUploadsOutput[src]
impl Default for ListMultipartUploadsOutput[src]
impl PartialEq<ListMultipartUploadsOutput> for ListMultipartUploadsOutput[src]
fn eq(&self, other: &ListMultipartUploadsOutput) -> bool[src]
fn ne(&self, other: &ListMultipartUploadsOutput) -> bool[src]
impl StructuralPartialEq for ListMultipartUploadsOutput[src]
Auto Trait Implementations
impl RefUnwindSafe for ListMultipartUploadsOutput
impl Send for ListMultipartUploadsOutput
impl Sync for ListMultipartUploadsOutput
impl Unpin for ListMultipartUploadsOutput
impl UnwindSafe for ListMultipartUploadsOutput
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,