Struct assemblylift_iomod_s3_guest::structs::PutObjectAclRequest[][src]

pub struct PutObjectAclRequest {
Show fields pub acl: Option<ObjectCannedACL>, pub access_control_policy: Option<AccessControlPolicy>, pub bucket: BucketName, pub content_md5: Option<ContentMD5>, pub grant_full_control: Option<GrantFullControl>, pub grant_read: Option<GrantRead>, pub grant_read_acp: Option<GrantReadACP>, pub grant_write: Option<GrantWrite>, pub grant_write_acp: Option<GrantWriteACP>, pub key: ObjectKey, pub request_payer: Option<RequestPayer>, pub version_id: Option<ObjectVersionId>, pub expected_bucket_owner: Option<AccountId>,
}

Fields

acl: Option<ObjectCannedACL>access_control_policy: Option<AccessControlPolicy>bucket: BucketNamecontent_md5: Option<ContentMD5>grant_full_control: Option<GrantFullControl>grant_read: Option<GrantRead>grant_read_acp: Option<GrantReadACP>grant_write: Option<GrantWrite>grant_write_acp: Option<GrantWriteACP>key: ObjectKeyrequest_payer: Option<RequestPayer>version_id: Option<ObjectVersionId>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.