C# Class Amazon.S3.LifecycleRuleStatus

A list of all lifecycle statuses.
Inheritance: ConstantClass
Mostra file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Disabled LifecycleRuleStatus
Enabled LifecycleRuleStatus

Public Methods

Method Description
FindValue ( string value ) : LifecycleRuleStatus

Finds the constant for the unique value.

LifecycleRuleStatus ( string value ) : System

Constructs an instance LifecycleRuleStatus.

Method Details

FindValue() public static method

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

LifecycleRuleStatus() public method

Constructs an instance LifecycleRuleStatus.
public LifecycleRuleStatus ( string value ) : System
value string
return System

Property Details

Disabled public_oe static_oe property

The rule is disabled.
public static LifecycleRuleStatus,Amazon.S3 Disabled
return LifecycleRuleStatus

Enabled public_oe static_oe property

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