Struct rusoto_s3::GetBucketVersioningOutput [] [src]

pub struct GetBucketVersioningOutput {
    pub mfa_delete: Option<String>,
    pub status: Option<String>,
}

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 GetBucketVersioningOutput
[src]

[src]

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

impl Debug for GetBucketVersioningOutput
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations