AWSS3GetBucketVersioningOutput
Objective-C
@interface AWSS3GetBucketVersioningOutput
Swift
class AWSS3GetBucketVersioningOutput
-
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
Objective-C
@property (nonatomic) AWSS3MFADeleteStatus MFADelete;
Swift
var mfaDelete: AWSS3MFADeleteStatus { get set }
-
The versioning state of the bucket.
Declaration
Objective-C
@property (nonatomic) AWSS3BucketVersioningStatus status;
Swift
var status: AWSS3BucketVersioningStatus { get set }