C# Class Amazon.ConfigService.MaximumExecutionFrequency

Constants used for properties of type MaximumExecutionFrequency.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
One_Hour MaximumExecutionFrequency
Six_Hours MaximumExecutionFrequency
Three_Hours MaximumExecutionFrequency
Twelve_Hours MaximumExecutionFrequency
TwentyFour_Hours MaximumExecutionFrequency

Public Methods

Method Description
FindValue ( string value ) : MaximumExecutionFrequency

Finds the constant for the unique value.

MaximumExecutionFrequency ( 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 ) : MaximumExecutionFrequency
value string The unique value for the constant
return MaximumExecutionFrequency

MaximumExecutionFrequency() 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 MaximumExecutionFrequency ( string value ) : System
value string
return System

Property Details

One_Hour public static property

Constant One_Hour for MaximumExecutionFrequency
public static MaximumExecutionFrequency,Amazon.ConfigService One_Hour
return MaximumExecutionFrequency

Six_Hours public static property

Constant Six_Hours for MaximumExecutionFrequency
public static MaximumExecutionFrequency,Amazon.ConfigService Six_Hours
return MaximumExecutionFrequency

Three_Hours public static property

Constant Three_Hours for MaximumExecutionFrequency
public static MaximumExecutionFrequency,Amazon.ConfigService Three_Hours
return MaximumExecutionFrequency

Twelve_Hours public static property

Constant Twelve_Hours for MaximumExecutionFrequency
public static MaximumExecutionFrequency,Amazon.ConfigService Twelve_Hours
return MaximumExecutionFrequency

TwentyFour_Hours public static property

Constant TwentyFour_Hours for MaximumExecutionFrequency
public static MaximumExecutionFrequency,Amazon.ConfigService TwentyFour_Hours
return MaximumExecutionFrequency