TS3PutObjectLegalHoldRequest
Class in AWS.S3
PutObjectLegalHold request class.
Ancestors
Properties
LegalHold
property LegalHold: IS3LegalHold
Type: IS3LegalHold
VersionId
property VersionId: string
Constructors
Create
constructor Create(const ABucket, AKey: string);
Constructor for TS3PutObjectLegalHoldRequest.
Parameters
| Name | Description |
|---|---|
ABucket | The bucket name of the object to set Legal Hold on. |
AKey | The key of the object to set Legal Hold on. |