C# Class Amazon.OpsWorks.AutoScalingType

Auto Scaling Type
Inheritance: ConstantClass
Exibir arquivo Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
Load AutoScalingType
Timer AutoScalingType

Public Methods

Method Description
AutoScalingType ( string value ) : System

Default Constructor

FindValue ( string value ) : AutoScalingType

Finds the constant for the unique value.

Method Details

AutoScalingType() public method

Default Constructor
public AutoScalingType ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

Load public_oe static_oe property

Constant Load for AutoScalingType
public static AutoScalingType,Amazon.OpsWorks Load
return AutoScalingType

Timer public_oe static_oe property

Constant Timer for AutoScalingType
public static AutoScalingType,Amazon.OpsWorks Timer
return AutoScalingType