C# Class Amazon.OpsWorks.SourceType

Source Type
Inheritance: ConstantClass
Show file Open project: scopely/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
Archive SourceType
Git SourceType
S3 SourceType
Svn SourceType

Public Methods

Method Description
FindValue ( string value ) : SourceType

Finds the constant for the unique value.

SourceType ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

SourceType() public method

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

Property Details

Archive public static property

Constant Archive for SourceType
public static SourceType,Amazon.OpsWorks Archive
return SourceType

Git public static property

Constant Git for SourceType
public static SourceType,Amazon.OpsWorks Git
return SourceType

S3 public static property

Constant S3 for SourceType
public static SourceType,Amazon.OpsWorks S3
return SourceType

Svn public static property

Constant Svn for SourceType
public static SourceType,Amazon.OpsWorks Svn
return SourceType