[−][src]Struct rusoto_s3::ListMultipartUploadsOutput
Fields
bucket: Option<String>
Name of the bucket to which the multipart upload was initiated.
common_prefixes: Option<Vec<CommonPrefix>>
delimiter: Option<String>
encoding_type: Option<String>
Encoding type used by Amazon S3 to encode object keys in the response.
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>>
Trait Implementations
impl PartialEq<ListMultipartUploadsOutput> for ListMultipartUploadsOutput
[src]
fn eq(&self, other: &ListMultipartUploadsOutput) -> bool
[src]
fn ne(&self, other: &ListMultipartUploadsOutput) -> bool
[src]
impl Default for ListMultipartUploadsOutput
[src]
impl Clone for ListMultipartUploadsOutput
[src]
fn clone(&self) -> ListMultipartUploadsOutput
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for ListMultipartUploadsOutput
[src]
Auto Trait Implementations
impl Send for ListMultipartUploadsOutput
impl Sync for ListMultipartUploadsOutput
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self