Class GetObjectLegalHoldResponse
This is the response object from the GetObjectLegalHold operation.
public class GetObjectLegalHoldResponse : AmazonWebServiceResponse
- Inheritance
-
GetObjectLegalHoldResponse
Constructors
GetObjectLegalHoldResponse()
public GetObjectLegalHoldResponse()
Properties
LegalHold
Gets and sets the property LegalHold.
The current Legal Hold status for the specified object.
public ObjectLockLegalHold LegalHold { get; set; }