AWS SDK for .NET Documentation
S3BucketVersioningConfig Class
AmazonAmazon.S3.ModelS3BucketVersioningConfig Did this page help you?   Yes   No    Tell us about it...
An S3 bucket versioning configuration.
Declaration Syntax
C#
[SerializableAttribute]
public class S3BucketVersioningConfig
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
S3BucketVersioningConfig()()()()
Initializes a new instance of the S3BucketVersioningConfig class

EnableMfaDelete
Specifies whether MFA Delete is enabled on this S3 Bucket.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetEnableMfaDelete()()()()
Checks if EnableMfaDelete property is set.

Status
Versioning status for the bucket. Accepted values: Off, Enabled, Suspended.

ToString()()()()
Provides the XML representation of the S3BucketVersioningConfig
(Overrides Object.ToString()()()().)
WithEnableMfaDelete(Boolean) Obsolete.
Specifies whether MFA Delete is enabled on this S3 Bucket.

WithStatus(String) Obsolete.
Sets the versioning status for the bucket.

Remarks
Contains the bucket's versioning status (Off, Enabled, Suspended) and whether an MFADelete has been enabled for the bucket.
Inheritance Hierarchy
Object
S3BucketVersioningConfig

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)