C# Class Amazon.StepFunctions.HistoryEventType

Constants used for properties of type HistoryEventType.
Inheritance: ConstantClass
ファイルを表示 Open project: aws/aws-sdk-net

Public Properties

Property Type Description
ActivityFailed HistoryEventType
ActivityScheduleFailed HistoryEventType
ActivityScheduled HistoryEventType
ActivityStarted HistoryEventType
ActivitySucceeded HistoryEventType
ActivityTimedOut HistoryEventType
ChoiceStateEntered HistoryEventType
ChoiceStateExited HistoryEventType
ExecutionAborted HistoryEventType
ExecutionFailed HistoryEventType
ExecutionStarted HistoryEventType
ExecutionSucceeded HistoryEventType
ExecutionTimedOut HistoryEventType
FailStateEntered HistoryEventType
LambdaFunctionFailed HistoryEventType
LambdaFunctionScheduleFailed HistoryEventType
LambdaFunctionScheduled HistoryEventType
LambdaFunctionStartFailed HistoryEventType
LambdaFunctionStarted HistoryEventType
LambdaFunctionSucceeded HistoryEventType
LambdaFunctionTimedOut HistoryEventType
ParallelStateEntered HistoryEventType
ParallelStateExited HistoryEventType
PassStateEntered HistoryEventType
PassStateExited HistoryEventType
SucceedStateEntered HistoryEventType
SucceedStateExited HistoryEventType
TaskStateEntered HistoryEventType
TaskStateExited HistoryEventType
WaitStateEntered HistoryEventType
WaitStateExited HistoryEventType

Public Methods

Method Description
FindValue ( string value ) : HistoryEventType

Finds the constant for the unique value.

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

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

Property Details

ActivityFailed public_oe static_oe property

Constant ActivityFailed for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions ActivityFailed
return HistoryEventType

ActivityScheduleFailed public_oe static_oe property

Constant ActivityScheduleFailed for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions ActivityScheduleFailed
return HistoryEventType

ActivityScheduled public_oe static_oe property

Constant ActivityScheduled for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions ActivityScheduled
return HistoryEventType

ActivityStarted public_oe static_oe property

Constant ActivityStarted for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions ActivityStarted
return HistoryEventType

ActivitySucceeded public_oe static_oe property

Constant ActivitySucceeded for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions ActivitySucceeded
return HistoryEventType

ActivityTimedOut public_oe static_oe property

Constant ActivityTimedOut for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions ActivityTimedOut
return HistoryEventType

ChoiceStateEntered public_oe static_oe property

Constant ChoiceStateEntered for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions ChoiceStateEntered
return HistoryEventType

ChoiceStateExited public_oe static_oe property

Constant ChoiceStateExited for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions ChoiceStateExited
return HistoryEventType

ExecutionAborted public_oe static_oe property

Constant ExecutionAborted for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions ExecutionAborted
return HistoryEventType

ExecutionFailed public_oe static_oe property

Constant ExecutionFailed for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions ExecutionFailed
return HistoryEventType

ExecutionStarted public_oe static_oe property

Constant ExecutionStarted for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions ExecutionStarted
return HistoryEventType

ExecutionSucceeded public_oe static_oe property

Constant ExecutionSucceeded for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions ExecutionSucceeded
return HistoryEventType

ExecutionTimedOut public_oe static_oe property

Constant ExecutionTimedOut for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions ExecutionTimedOut
return HistoryEventType

FailStateEntered public_oe static_oe property

Constant FailStateEntered for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions FailStateEntered
return HistoryEventType

LambdaFunctionFailed public_oe static_oe property

Constant LambdaFunctionFailed for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions LambdaFunctionFailed
return HistoryEventType

LambdaFunctionScheduleFailed public_oe static_oe property

Constant LambdaFunctionScheduleFailed for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions LambdaFunctionScheduleFailed
return HistoryEventType

LambdaFunctionScheduled public_oe static_oe property

Constant LambdaFunctionScheduled for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions LambdaFunctionScheduled
return HistoryEventType

LambdaFunctionStartFailed public_oe static_oe property

Constant LambdaFunctionStartFailed for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions LambdaFunctionStartFailed
return HistoryEventType

LambdaFunctionStarted public_oe static_oe property

Constant LambdaFunctionStarted for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions LambdaFunctionStarted
return HistoryEventType

LambdaFunctionSucceeded public_oe static_oe property

Constant LambdaFunctionSucceeded for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions LambdaFunctionSucceeded
return HistoryEventType

LambdaFunctionTimedOut public_oe static_oe property

Constant LambdaFunctionTimedOut for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions LambdaFunctionTimedOut
return HistoryEventType

ParallelStateEntered public_oe static_oe property

Constant ParallelStateEntered for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions ParallelStateEntered
return HistoryEventType

ParallelStateExited public_oe static_oe property

Constant ParallelStateExited for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions ParallelStateExited
return HistoryEventType

PassStateEntered public_oe static_oe property

Constant PassStateEntered for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions PassStateEntered
return HistoryEventType

PassStateExited public_oe static_oe property

Constant PassStateExited for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions PassStateExited
return HistoryEventType

SucceedStateEntered public_oe static_oe property

Constant SucceedStateEntered for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions SucceedStateEntered
return HistoryEventType

SucceedStateExited public_oe static_oe property

Constant SucceedStateExited for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions SucceedStateExited
return HistoryEventType

TaskStateEntered public_oe static_oe property

Constant TaskStateEntered for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions TaskStateEntered
return HistoryEventType

TaskStateExited public_oe static_oe property

Constant TaskStateExited for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions TaskStateExited
return HistoryEventType

WaitStateEntered public_oe static_oe property

Constant WaitStateEntered for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions WaitStateEntered
return HistoryEventType

WaitStateExited public_oe static_oe property

Constant WaitStateExited for HistoryEventType
public static HistoryEventType,Amazon.StepFunctions WaitStateExited
return HistoryEventType