C# Class Amazon.OpsWorks.RootDeviceType

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

Public Properties

Property Type Description
Ebs RootDeviceType
InstanceStore RootDeviceType

Public Methods

Method Description
FindValue ( string value ) : RootDeviceType

Finds the constant for the unique value.

RootDeviceType ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

RootDeviceType() public method

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

Property Details

Ebs public static property

Constant Ebs for RootDeviceType
public static RootDeviceType,Amazon.OpsWorks Ebs
return RootDeviceType

InstanceStore public static property

Constant InstanceStore for RootDeviceType
public static RootDeviceType,Amazon.OpsWorks InstanceStore
return RootDeviceType