DeviceSummary

Describes a thin client device.

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.

Link copied to clipboard

The timestamp of when the device was created.

Link copied to clipboard

The ID of the software set currently installed on the device.

Link copied to clipboard

The ID of the software set which the device has been set to.

Link copied to clipboard

The ID of the environment the device is associated with.

Link copied to clipboard
val id: String?

The ID of the device.

Link copied to clipboard

The timestamp of the most recent session on the device.

Link copied to clipboard

The timestamp of the most recent check-in of the device.

Link copied to clipboard

The model number of the device.

Link copied to clipboard
val name: String?

The name of the device.

Link copied to clipboard

The ID of the software set that is pending to be installed on the device.

Link copied to clipboard

The hardware serial number of the device.

Link copied to clipboard

An option to define if software updates should be applied within a maintenance window.

Link copied to clipboard

The status of the device.

Link copied to clipboard

The tag keys and optional values for the resource.

Link copied to clipboard

The timestamp of when the device was updated.

Functions

Link copied to clipboard
inline fun copy(block: DeviceSummary.Builder.() -> Unit = {}): DeviceSummary
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