Table of Contents

Class GetObjectLockConfigurationResponse

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

This is the response object from the GetObjectLockConfiguration operation.

public class GetObjectLockConfigurationResponse : AmazonWebServiceResponse
Inheritance
GetObjectLockConfigurationResponse

Constructors

GetObjectLockConfigurationResponse()

public GetObjectLockConfigurationResponse()

Properties

ObjectLockConfiguration

Gets and sets the property ObjectLockConfiguration.

The specified bucket's Object Lock configuration.

public ObjectLockConfiguration ObjectLockConfiguration { get; set; }

Property Value

ObjectLockConfiguration