VersioningConfiguration
public struct VersioningConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let mFADelete: MFADelete?
-
The versioning state of the bucket.
Declaration
Swift
public let status: BucketVersioningStatus?
-
Undocumented
Declaration
Swift
public init(mFADelete: MFADelete? = nil, status: BucketVersioningStatus? = nil)