Struct assemblylift_iomod_s3_guest::structs::ListMultipartUploadsOutput[][src]

pub struct ListMultipartUploadsOutput {
    pub bucket: Option<BucketName>,
    pub key_marker: Option<KeyMarker>,
    pub upload_id_marker: Option<UploadIdMarker>,
    pub next_key_marker: Option<NextKeyMarker>,
    pub prefix: Option<Prefix>,
    pub delimiter: Option<Delimiter>,
    pub next_upload_id_marker: Option<NextUploadIdMarker>,
    pub max_uploads: Option<MaxUploads>,
    pub is_truncated: Option<IsTruncated>,
    pub uploads: Option<MultipartUploadList>,
    pub common_prefixes: Option<CommonPrefixList>,
    pub encoding_type: Option<EncodingType>,
}

Fields

bucket: Option<BucketName>key_marker: Option<KeyMarker>upload_id_marker: Option<UploadIdMarker>next_key_marker: Option<NextKeyMarker>prefix: Option<Prefix>delimiter: Option<Delimiter>next_upload_id_marker: Option<NextUploadIdMarker>max_uploads: Option<MaxUploads>is_truncated: Option<IsTruncated>uploads: Option<MultipartUploadList>common_prefixes: Option<CommonPrefixList>encoding_type: Option<EncodingType>

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.