Struct rusoto_s3::PutBucketVersioningRequest [] [src]

pub struct PutBucketVersioningRequest {
    pub bucket: String,
    pub content_md5: Option<String>,
    pub mfa: Option<String>,
    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]

[src]

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

impl Debug for PutBucketVersioningRequest
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations