C# Class Amazon.OpsWorks.AppType

App Type
Inheritance: ConstantClass
Show file Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
Nodejs AppType
Other AppType
Php AppType
Rails AppType
Static AppType

Public Methods

Method Description
AppType ( string value ) : System

Default Constructor

FindValue ( string value ) : AppType

Finds the constant for the unique value.

Method Details

AppType() public method

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

FindValue() public static method

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

Property Details

Nodejs public static property

Constant Nodejs for AppType
public static AppType,Amazon.OpsWorks Nodejs
return AppType

Other public static property

Constant Other for AppType
public static AppType,Amazon.OpsWorks Other
return AppType

Php public static property

Constant Php for AppType
public static AppType,Amazon.OpsWorks Php
return AppType

Rails public static property

Constant Rails for AppType
public static AppType,Amazon.OpsWorks Rails
return AppType

Static public static property

Constant Static for AppType
public static AppType,Amazon.OpsWorks Static
return AppType