Struct aws_sdk_rust::aws::s3::bucket::VersioningConfiguration
[−]
[src]
pub struct VersioningConfiguration { pub status: BucketVersioningStatus, pub mfa_delete: MFADelete, }
Fields
status: BucketVersioningStatus
The versioning state of the bucket.
mfa_delete: MFADelete
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 VersioningConfiguration
[src]
impl Default for VersioningConfiguration
[src]
fn default() -> VersioningConfiguration
Returns the "default value" for a type. Read more
impl Decodable for VersioningConfiguration
[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<VersioningConfiguration, __D::Error>
__arg_0: &mut __D
) -> Result<VersioningConfiguration, __D::Error>
Deserialize a value using a Decoder
.