C# Class Amazon.SimpleWorkflow.DecisionTaskTimeoutType

Decision Task Timeout Type
Inheritance: ConstantClass
Show file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
START_TO_CLOSE DecisionTaskTimeoutType

Public Methods

Method Description
DecisionTaskTimeoutType ( string value ) : System

Default Constructor

FindValue ( string value ) : DecisionTaskTimeoutType

Finds the constant for the unique value.

Method Details

DecisionTaskTimeoutType() public method

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

FindValue() public static method

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

Property Details

START_TO_CLOSE public static property

Constant START_TO_CLOSE for DecisionTaskTimeoutType
public static DecisionTaskTimeoutType,Amazon.SimpleWorkflow START_TO_CLOSE
return DecisionTaskTimeoutType