C# Class Amazon.ECS.AgentUpdateStatus

Constants used for properties of type AgentUpdateStatus.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
FAILED AgentUpdateStatus
PENDING AgentUpdateStatus
STAGED AgentUpdateStatus
STAGING AgentUpdateStatus
UPDATED AgentUpdateStatus
UPDATING AgentUpdateStatus

Public Methods

Method Description
AgentUpdateStatus ( 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.

FindValue ( string value ) : AgentUpdateStatus

Finds the constant for the unique value.

Method Details

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

FindValue() public static method

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

Property Details

FAILED public static property

Constant FAILED for AgentUpdateStatus
public static AgentUpdateStatus,Amazon.ECS FAILED
return AgentUpdateStatus

PENDING public static property

Constant PENDING for AgentUpdateStatus
public static AgentUpdateStatus,Amazon.ECS PENDING
return AgentUpdateStatus

STAGED public static property

Constant STAGED for AgentUpdateStatus
public static AgentUpdateStatus,Amazon.ECS STAGED
return AgentUpdateStatus

STAGING public static property

Constant STAGING for AgentUpdateStatus
public static AgentUpdateStatus,Amazon.ECS STAGING
return AgentUpdateStatus

UPDATED public static property

Constant UPDATED for AgentUpdateStatus
public static AgentUpdateStatus,Amazon.ECS UPDATED
return AgentUpdateStatus

UPDATING public static property

Constant UPDATING for AgentUpdateStatus
public static AgentUpdateStatus,Amazon.ECS UPDATING
return AgentUpdateStatus