C# Class Amazon.S3.VersionStatus

A list of all version statuses.
Inheritance: ConstantClass
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
Enabled VersionStatus
Off VersionStatus
Suspended VersionStatus

Public Methods

Method Description
FindValue ( string value ) : VersionStatus

Finds the constant for the unique value.

VersionStatus ( string value ) : System

Construct an instance of VersionStatus.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : VersionStatus
value string
return VersionStatus

VersionStatus() public method

Construct an instance of VersionStatus.
public VersionStatus ( string value ) : System
value string
return System

Property Details

Enabled public_oe static_oe property

The rule is enabled.
public static VersionStatus,Amazon.S3 Enabled
return VersionStatus

Off public_oe static_oe property

The rule is off.
public static VersionStatus,Amazon.S3 Off
return VersionStatus

Suspended public_oe static_oe property

The rule is suspended.
public static VersionStatus,Amazon.S3 Suspended
return VersionStatus