Struct rusoto_s3::PutBucketReplicationRequest [] [src]

pub struct PutBucketReplicationRequest {
    pub bucket: BucketName,
    pub content_md5: Option<ContentMD5>,
    pub replication_configuration: ReplicationConfiguration,
}

Fields

Trait Implementations

impl Default for PutBucketReplicationRequest
[src]

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

impl Clone for PutBucketReplicationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PutBucketReplicationRequest
[src]

Formats the value using the given formatter.