C# Class Amazon.OpsWorks.AppType

App Type
Inheritance: ConstantClass
ファイルを表示 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_oe static_oe property

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

Other public_oe static_oe property

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

Php public_oe static_oe property

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

Rails public_oe static_oe property

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

Static public_oe static_oe property

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