AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents the device instance.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.DeviceInstance

Namespace: Amazon.DeviceFarm.Model
Assembly: AWSSDK.DeviceFarm.dll
Version: 3.x.y.z

Syntax

C#
public class DeviceInstance

The DeviceInstance type exposes the following members

Constructors

NameDescription
Public Method DeviceInstance()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the device instance.

Public Property DeviceArn System.String

Gets and sets the property DeviceArn.

The ARN of the device.

Public Property InstanceProfile Amazon.DeviceFarm.Model.InstanceProfile

Gets and sets the property InstanceProfile.

A object that contains information about the instance profile.

Public Property Labels System.Collections.Generic.List<System.String>

Gets and sets the property Labels.

An array of strings that describe the device instance.

Public Property Status Amazon.DeviceFarm.InstanceStatus

Gets and sets the property Status.

The status of the device instance. Valid values are listed here.

Public Property Udid System.String

Gets and sets the property Udid.

Unique device identifier for the device instance.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5