Struct assemblylift_iomod_s3_guest::structs::UploadPartRequest[][src]

pub struct UploadPartRequest {
    pub body: Option<Body>,
    pub bucket: BucketName,
    pub content_length: Option<ContentLength>,
    pub content_md5: Option<ContentMD5>,
    pub key: ObjectKey,
    pub part_number: PartNumber,
    pub upload_id: MultipartUploadId,
    pub sse_customer_algorithm: Option<SSECustomerAlgorithm>,
    pub sse_customer_key: Option<SSECustomerKey>,
    pub sse_customer_key_md5: Option<SSECustomerKeyMD5>,
    pub request_payer: Option<RequestPayer>,
    pub expected_bucket_owner: Option<AccountId>,
}

Fields

body: Option<Body>bucket: BucketNamecontent_length: Option<ContentLength>content_md5: Option<ContentMD5>key: ObjectKeypart_number: PartNumberupload_id: MultipartUploadIdsse_customer_algorithm: Option<SSECustomerAlgorithm>sse_customer_key: Option<SSECustomerKey>sse_customer_key_md5: Option<SSECustomerKeyMD5>request_payer: Option<RequestPayer>expected_bucket_owner: Option<AccountId>

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.