Struct rusoto_s3::PutBucketLoggingRequest [] [src]

pub struct PutBucketLoggingRequest {
    pub bucket: BucketName,
    pub bucket_logging_status: BucketLoggingStatus,
    pub content_md5: Option<ContentMD5>,
}

Fields

Trait Implementations

impl Default for PutBucketLoggingRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for PutBucketLoggingRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PutBucketLoggingRequest
[src]

Formats the value using the given formatter.