C# Class Amazon.ElasticBeanstalk.EnvironmentHealthAttribute

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

Public Properties

Property Type Description
All EnvironmentHealthAttribute
ApplicationMetrics EnvironmentHealthAttribute
Causes EnvironmentHealthAttribute
Color EnvironmentHealthAttribute
HealthStatus EnvironmentHealthAttribute
InstancesHealth EnvironmentHealthAttribute
RefreshedAt EnvironmentHealthAttribute
Status EnvironmentHealthAttribute

Public Methods

Method Description
EnvironmentHealthAttribute ( 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 ) : EnvironmentHealthAttribute

Finds the constant for the unique value.

Method Details

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

FindValue() public static method

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

Property Details

All public static property

Constant All for EnvironmentHealthAttribute
public static EnvironmentHealthAttribute,Amazon.ElasticBeanstalk All
return EnvironmentHealthAttribute

ApplicationMetrics public static property

Constant ApplicationMetrics for EnvironmentHealthAttribute
public static EnvironmentHealthAttribute,Amazon.ElasticBeanstalk ApplicationMetrics
return EnvironmentHealthAttribute

Causes public static property

Constant Causes for EnvironmentHealthAttribute
public static EnvironmentHealthAttribute,Amazon.ElasticBeanstalk Causes
return EnvironmentHealthAttribute

Color public static property

Constant Color for EnvironmentHealthAttribute
public static EnvironmentHealthAttribute,Amazon.ElasticBeanstalk Color
return EnvironmentHealthAttribute

HealthStatus public static property

Constant HealthStatus for EnvironmentHealthAttribute
public static EnvironmentHealthAttribute,Amazon.ElasticBeanstalk HealthStatus
return EnvironmentHealthAttribute

InstancesHealth public static property

Constant InstancesHealth for EnvironmentHealthAttribute
public static EnvironmentHealthAttribute,Amazon.ElasticBeanstalk InstancesHealth
return EnvironmentHealthAttribute

RefreshedAt public static property

Constant RefreshedAt for EnvironmentHealthAttribute
public static EnvironmentHealthAttribute,Amazon.ElasticBeanstalk RefreshedAt
return EnvironmentHealthAttribute

Status public static property

Constant Status for EnvironmentHealthAttribute
public static EnvironmentHealthAttribute,Amazon.ElasticBeanstalk Status
return EnvironmentHealthAttribute