Struct rusoto_s3::VersioningConfiguration [] [src]

pub struct VersioningConfiguration {
    pub mfa_delete: Option<MFADelete>,
    pub status: Option<BucketVersioningStatus>,
}

Fields

Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is only returned if the bucket has been configured with MFA delete. If the bucket has never been so configured, this element is not returned.

The versioning state of the bucket.

Trait Implementations

impl Default for VersioningConfiguration
[src]

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

impl Clone for VersioningConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VersioningConfiguration
[src]

Formats the value using the given formatter.