C# Class Amazon.APIGateway.QuotaPeriodType

Constants used for properties of type QuotaPeriodType.
Inheritance: ConstantClass
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
DAY QuotaPeriodType
MONTH QuotaPeriodType
WEEK QuotaPeriodType

Public Methods

Method Description
FindValue ( string value ) : QuotaPeriodType

Finds the constant for the unique value.

QuotaPeriodType ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static method

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

QuotaPeriodType() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public QuotaPeriodType ( string value ) : System
value string
return System

Property Details

DAY public_oe static_oe property

Constant DAY for QuotaPeriodType
public static QuotaPeriodType,Amazon.APIGateway DAY
return QuotaPeriodType

MONTH public_oe static_oe property

Constant MONTH for QuotaPeriodType
public static QuotaPeriodType,Amazon.APIGateway MONTH
return QuotaPeriodType

WEEK public_oe static_oe property

Constant WEEK for QuotaPeriodType
public static QuotaPeriodType,Amazon.APIGateway WEEK
return QuotaPeriodType