Table of Contents

Class GetObjectLegalHoldResponse

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

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

Property Value

ObjectLockLegalHold