Class GetBucketVersioningResponse
Returns information about the GetBucketVersioning response and response metadata.
public class GetBucketVersioningResponse : AmazonWebServiceResponse
- Inheritance
-
GetBucketVersioningResponse
Constructors
GetBucketVersioningResponse()
public GetBucketVersioningResponse()
Properties
VersioningConfig
Gets and sets the Versioning property. Unless Versioning has been explicitly "Enabled" on a bucket, Versioning Status is "Off". Once Versioning has been "Enabled", it can be "Suspended" but cannot be switched "Off".
public S3BucketVersioningConfig VersioningConfig { get; set; }