Table of Contents

Class GetBucketVersioningResponse

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

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; }

Property Value

S3BucketVersioningConfig