C# Class Amazon.DeviceFarm.DeviceAttribute

Constants used for properties of type DeviceAttribute.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
ARN DeviceAttribute
FORM_FACTOR DeviceAttribute
MANUFACTURER DeviceAttribute
PLATFORM DeviceAttribute
REMOTE_ACCESS_ENABLED DeviceAttribute

Public Methods

Method Description
DeviceAttribute ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : DeviceAttribute

Finds the constant for the unique value.

Method Details

DeviceAttribute() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public DeviceAttribute ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

ARN public static property

Constant ARN for DeviceAttribute
public static DeviceAttribute,Amazon.DeviceFarm ARN
return DeviceAttribute

FORM_FACTOR public static property

Constant FORM_FACTOR for DeviceAttribute
public static DeviceAttribute,Amazon.DeviceFarm FORM_FACTOR
return DeviceAttribute

MANUFACTURER public static property

Constant MANUFACTURER for DeviceAttribute
public static DeviceAttribute,Amazon.DeviceFarm MANUFACTURER
return DeviceAttribute

PLATFORM public static property

Constant PLATFORM for DeviceAttribute
public static DeviceAttribute,Amazon.DeviceFarm PLATFORM
return DeviceAttribute

REMOTE_ACCESS_ENABLED public static property

Constant REMOTE_ACCESS_ENABLED for DeviceAttribute
public static DeviceAttribute,Amazon.DeviceFarm REMOTE_ACCESS_ENABLED
return DeviceAttribute