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