Table of Contents

Class GetObjectRetentionResponse

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

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

Property Value

ObjectLockRetention