Class GetObjectRetentionResponse
This is the response object from the GetObjectRetention operation.
public class GetObjectRetentionResponse : AmazonWebServiceResponse
- Inheritance
-
GetObjectRetentionResponse
Constructors
GetObjectRetentionResponse()
public GetObjectRetentionResponse()
Properties
Retention
Gets and sets the property Retention.
The container element for an object's retention settings.
public ObjectLockRetention Retention { get; set; }