C# Class Amazon.ImportExport.JobType

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

Public Properties

Property Type Description
Export JobType
Import JobType

Public Methods

Method Description
FindValue ( string value ) : JobType

Finds the constant for the unique value.

JobType ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

JobType() public method

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

Property Details

Export public static property

Constant Export for JobType
public static JobType,Amazon.ImportExport Export
return JobType

Import public static property

Constant Import for JobType
public static JobType,Amazon.ImportExport Import
return JobType