C# Class Amazon.S3.ReplicationRuleStatus

Whether a replication rule is applied or ignored.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Disabled ReplicationRuleStatus
Enabled ReplicationRuleStatus

Public Methods

Method Description
FindValue ( string value ) : ReplicationRuleStatus

Finds the constant for the unique value.

ReplicationRuleStatus ( string value ) : System

Construct instance of ReplicationRuleStatus

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : ReplicationRuleStatus
value string The string representation of the ReplicationRuleStatus.
return ReplicationRuleStatus

ReplicationRuleStatus() public method

Construct instance of ReplicationRuleStatus
public ReplicationRuleStatus ( string value ) : System
value string
return System

Property Details

Disabled public static property

The rule will be ignored.
public static ReplicationRuleStatus,Amazon.S3 Disabled
return ReplicationRuleStatus

Enabled public static property

The rule will be applied.
public static ReplicationRuleStatus,Amazon.S3 Enabled
return ReplicationRuleStatus