Table of Contents

Class ObjectLockEnabled

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

The type of ObjectLockEnabled

public sealed class ObjectLockEnabled : ConstantClass
Inheritance
ObjectLockEnabled

Constructors

ObjectLockEnabled(string)

public ObjectLockEnabled(string value)

Parameters

value string

Fields

Enabled

public static readonly ObjectLockEnabled Enabled

Field Value

ObjectLockEnabled

Methods

FindValue(string)

Finds the ObjectLockEnabled instance for the string value

public static ObjectLockEnabled FindValue(string value)

Parameters

value string

Returns

ObjectLockEnabled

Operators

implicit operator ObjectLockEnabled(string)

Converts the string to ObjectLockEnabled instance

public static implicit operator ObjectLockEnabled(string value)

Parameters

value string

Returns

ObjectLockEnabled