Struct rusoto_s3::GetBucketVersioningOutput [] [src]

pub struct GetBucketVersioningOutput {
    pub mfa_delete: Option<MFADeleteStatus>,
    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 GetBucketVersioningOutput
[src]

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

impl Clone for GetBucketVersioningOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetBucketVersioningOutput
[src]

Formats the value using the given formatter.