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]

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

impl Debug for PutBucketVersioningRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for PutBucketVersioningRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PutBucketVersioningRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations