DeviceInstance

Represents the device instance.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

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

Link copied to clipboard

The ARN of the device.

Link copied to clipboard

A object that contains information about the instance profile.

Link copied to clipboard

An array of strings that describe the device instance.

Link copied to clipboard

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

Link copied to clipboard
val udid: String?

Unique device identifier for the device instance.

Functions

Link copied to clipboard
inline fun copy(block: DeviceInstance.Builder.() -> Unit = {}): DeviceInstance
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String