Struct aws_sdk_rust::aws::s3::bucket::PutBucketVersioningRequest [] [src]

pub struct PutBucketVersioningRequest {
    pub mfa: Option<MFA>,
    pub content_md5: Option<ContentMD5>,
    pub bucket: BucketName,
    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 Debug for PutBucketVersioningRequest
[src]

Formats the value using the given formatter.

impl Default for PutBucketVersioningRequest
[src]

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

impl Decodable for PutBucketVersioningRequest
[src]

Deserialize a value using a Decoder.

impl Encodable for PutBucketVersioningRequest
[src]

Serialize a value using an Encoder.