TS3PutObjectRetentionRequest
Class in AWS.S3
PutObjectRetention request class.
Ancestors
Properties
BypassGovernanceRetention
property BypassGovernanceRetention: TOptional<Boolean>
Retention
property Retention: IS3Retention
Type: IS3Retention
VersionId
property VersionId: string
Constructors
Create
constructor Create(const ABucket, AKey: string);
Constructor for TS3PutObjectRetentionRequest.
Parameters
| Name | Description |
|---|---|
ABucket | The bucket name of the object to set Object Retention on. |
AKey | The key of the object to set Object Retention on. |