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

pub struct GetBucketVersioningOutput {
    pub status: BucketVersioningStatus,
    pub mfa_delete: MFADeleteStatus,
}

Fields

The versioning state of the bucket.

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.

Trait Implementations

impl Debug for GetBucketVersioningOutput
[src]

Formats the value using the given formatter.

impl Default for GetBucketVersioningOutput
[src]

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

impl Decodable for GetBucketVersioningOutput
[src]

Deserialize a value using a Decoder.

impl Encodable for GetBucketVersioningOutput
[src]

Serialize a value using an Encoder.