#[non_exhaustive]pub struct AwsS3BucketBucketVersioningConfiguration {
pub is_mfa_delete_enabled: bool,
pub status: Option<String>,
}Expand description
Describes the versioning state of an S3 bucket.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.is_mfa_delete_enabled: boolSpecifies whether MFA delete is currently enabled in the S3 bucket versioning configuration. If the S3 bucket was never configured with MFA delete, then this attribute is not included.
status: Option<String>The versioning status of the S3 bucket.
Implementations
Specifies whether MFA delete is currently enabled in the S3 bucket versioning configuration. If the S3 bucket was never configured with MFA delete, then this attribute is not included.
Creates a new builder-style object to manufacture AwsS3BucketBucketVersioningConfiguration
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more