Struct rusoto_s3::PutBucketVersioningRequest [] [src]

pub struct PutBucketVersioningRequest {
    pub bucket: BucketName,
    pub content_md5: Option<ContentMD5>,
    pub mfa: Option<MFA>,
    pub versioning_configuration: VersioningConfiguration,
}

Fields

The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.

Trait Implementations

impl Default for PutBucketVersioningRequest
[src]

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

impl Clone for PutBucketVersioningRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PutBucketVersioningRequest
[src]

Formats the value using the given formatter.